Skip to content

Commit

Permalink
Bump merlin to compatible rand version
Browse files Browse the repository at this point in the history
To bump rand on this crate, we also need to use a new version of merlin
dependency which builds on the same rand version.

References:
  - zkcrypto/merlin#2
  • Loading branch information
bltavares committed Feb 1, 2021
1 parent 0ca2a40 commit 5e6c936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ features = ["nightly", "batch"]
[dependencies]
curve25519-dalek = { version = "3", default-features = false }
ed25519 = { version = "1", default-features = false }
merlin = { version = "2", default-features = false, optional = true }
merlin = { version = "3", default-features = false, optional = true }
rand = { version = "0.8", default-features = false, optional = true }
rand_core = { version = "0.6", default-features = false, optional = true }
serde_crate = { package = "serde", version = "1.0", default-features = false, optional = true }
Expand Down

0 comments on commit 5e6c936

Please sign in to comment.