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 = "schnorr-signatures"
version = "0.2.0"
version = "0.3.0"
description = "Minimal Schnorr signatures crate hosting common code"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/schnorr"
@@ -17,13 +17,13 @@ rand_core = "0.6"
zeroize = { version = "^1.5", features = ["zeroize_derive"] }
transcript = { package = "flexible-transcript", path = "../transcript", version = "0.2" }
transcript = { package = "flexible-transcript", path = "../transcript", version = "0.3" }
ciphersuite = { path = "../ciphersuite", version = "0.1" }
multiexp = { path = "../multiexp", version = "0.2", features = ["batch"] }
ciphersuite = { path = "../ciphersuite", version = "0.2" }
multiexp = { path = "../multiexp", version = "0.3", features = ["batch"] }
[dev-dependencies]
hex = "0.4"
sha2 = "0.10"
dalek-ff-group = { path = "../dalek-ff-group", version = "^0.1.2" }
ciphersuite = { path = "../ciphersuite", version = "0.1", features = ["ed25519"] }
dalek-ff-group = { path = "../dalek-ff-group", version = "0.2" }
ciphersuite = { path = "../ciphersuite", version = "0.2", features = ["ed25519"] }