Skip to content

Commit

Permalink
fix: fix rand_core inequality (#26)
Browse files Browse the repository at this point in the history
`merlin = "3"` uses `rand_core = "6"` instead of `rand_core = "5"` like
the rest of the code base
  • Loading branch information
hansieodendaal committed Apr 3, 2023
1 parent 34c10ba commit 213f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ derive_more = "0.99.17"
derivative = "2.2.0"
digest = { version = "0.9.0", default-features = false }
lazy_static = "1.4.0"
merlin = { version = "3", default-features = false }
merlin = { version = "2", default-features = false }
rand = "0.7"
# Note: toolchain must be at v1.60+ to support serde v1.0.150+
serde = "1.0.150"
Expand Down

0 comments on commit 213f788

Please sign in to comment.