mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Bump crate versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "schnorr-signatures"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
description = "Minimal Schnorr signatures crate hosting common code"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/schnorr"
|
||||
@@ -19,11 +19,11 @@ zeroize = { version = "^1.5", features = ["zeroize_derive"] }
|
||||
|
||||
transcript = { package = "flexible-transcript", path = "../transcript", version = "0.3" }
|
||||
|
||||
ciphersuite = { path = "../ciphersuite", version = "0.2" }
|
||||
ciphersuite = { path = "../ciphersuite", version = "0.3" }
|
||||
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.2" }
|
||||
ciphersuite = { path = "../ciphersuite", version = "0.2", features = ["ed25519"] }
|
||||
dalek-ff-group = { path = "../dalek-ff-group", version = "0.3" }
|
||||
ciphersuite = { path = "../ciphersuite", version = "0.3", features = ["ed25519"] }
|
||||
|
||||
Reference in New Issue
Block a user