Skip to content

Commit c09f122

Browse files
committed
Do not pin transitive ryu dependency
We do not need to pin the `ryu` transitive dependency now that MSRV is not 1.29.
1 parent 1090495 commit c09f122

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ serde_json = "<1.0.45"
5050
serde_test = "1"
5151
secp256k1 = { version = "0.22.0", features = [ "recovery", "rand-std" ] }
5252
bincode = "1.3.1"
53-
# We need to pin ryu (transitive dep from serde_json) to stay compatible with Rust 1.22.0
54-
ryu = "<1.0.5"
5553

5654
[[example]]
5755
name = "bip32"

0 commit comments

Comments
 (0)