Skip to content

Commit

Permalink
Do not pin transitive ryu dependency
Browse files Browse the repository at this point in the history
We do not need to pin the `ryu` transitive dependency now that MSRV is
not 1.29.
  • Loading branch information
tcharding committed May 26, 2022
1 parent 1090495 commit c09f122
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ serde_json = "<1.0.45"
serde_test = "1"
secp256k1 = { version = "0.22.0", features = [ "recovery", "rand-std" ] }
bincode = "1.3.1"
# We need to pin ryu (transitive dep from serde_json) to stay compatible with Rust 1.22.0
ryu = "<1.0.5"

[[example]]
name = "bip32"
Expand Down

0 comments on commit c09f122

Please sign in to comment.