Skip to content

Commit

Permalink
Upgrade and pin assert_cmd to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed May 23, 2023
1 parent 1d01f93 commit bc7c05a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ cosmwasm-vm = { path = "../vm", version = "1.2.5" }
cosmwasm-std = { path = "../std", version = "1.2.5" }

[dev-dependencies]
assert_cmd = "2"
assert_cmd = "=2.0.10" # 2.0.11+ requires Rust 1.65.0 which we currently don't want to make the minimum if possible
predicates = "3"

0 comments on commit bc7c05a

Please sign in to comment.