Skip to content

Commit

Permalink
pin assert_cmd
Browse files Browse the repository at this point in the history
Signed-off-by: xermicus <cyrill@parity.io>
  • Loading branch information
xermicus committed Feb 27, 2024
1 parent d7a875a commit 021883f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ wasmi = "0.31"
# solana_rbpf makes api changes in patch versions
solana_rbpf = "=0.6.1"
byteorder = "1.5"
assert_cmd = "2.0"
# 2.0.14 onwards requires rustc > 1.72
# As soon as we upgrade our rustc version this no longer needs to be pinned
assert_cmd = "=2.0.13"
bincode = "1.3"
ed25519-dalek = { version = "2", features = ["rand_core"] }
path-slash = "0.2"
Expand Down

0 comments on commit 021883f

Please sign in to comment.