Skip to content

Commit

Permalink
pin needletail version to keep MSRV at 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Mar 14, 2021
1 parent b866935 commit 6d45a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ wasm-opt = false # https://github.com/rustwasm/wasm-pack/issues/886
[dev-dependencies]
assert_matches = "1.3.0"
criterion = "0.3.2"
needletail = { version = "0.4.0", default-features = false }
# Upgrade to 0.4.1 requires rust 1.42
needletail = { version = "=0.4.0", default-features = false }
predicates = "1.0.4"
proptest = { version = "1.0.0", default-features = false, features = ["std"]} # Upgrade to 0.10 requires rust 1.39
rand = "0.8.2"
Expand Down

0 comments on commit 6d45a50

Please sign in to comment.