Bump package versions

This commit is contained in:
Luke Parker
2023-03-16 19:29:22 -04:00
parent 4ed819fc7d
commit 0d4b66dc2a
15 changed files with 69 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "dleq"
version = "0.2.0"
version = "0.3.0"
description = "Implementation of single and cross-curve Discrete Log Equality proofs"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/dleq"
@@ -19,12 +19,12 @@ zeroize = { version = "^1.5", features = ["zeroize_derive"] }
digest = "0.10"
transcript = { package = "flexible-transcript", path = "../transcript", version = "0.2" }
transcript = { package = "flexible-transcript", path = "../transcript", version = "0.3" }
ff = "0.12"
group = "0.12"
multiexp = { path = "../multiexp", version = "0.2", features = ["batch"], optional = true }
multiexp = { path = "../multiexp", version = "0.3", features = ["batch"], optional = true }
[dev-dependencies]
hex-literal = "0.3"