mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-06 20:20:39 +00:00
Updates the merlin dependency to ^2 and the correct repo
This fixes the "batch" feature, see #126.
This commit is contained in:
parent
36a51acbf0
commit
aa38c6419d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ features = ["nightly", "batch"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clear_on_drop = { version = "0.2" }
|
clear_on_drop = { version = "0.2" }
|
||||||
curve25519-dalek = { version = "2", default-features = false }
|
curve25519-dalek = { version = "2", default-features = false }
|
||||||
merlin = { version = "1", default-features = false, optional = true, git = "https://github.com/isislovecruft/merlin", branch = "develop" }
|
merlin = { version = "2", default-features = false, optional = true }
|
||||||
rand = { version = "0.7", default-features = false, optional = true }
|
rand = { version = "0.7", default-features = false, optional = true }
|
||||||
rand_core = { version = "0.5", default-features = false, optional = true }
|
rand_core = { version = "0.5", default-features = false, optional = true }
|
||||||
serde = { version = "1.0", optional = true }
|
serde = { version = "1.0", optional = true }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue