Skip to content

Commit

Permalink
downgrade osmosis-std and osmosis-test-tube
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurensKubat committed Feb 15, 2024
1 parent 69e2847 commit 714c923
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions smart-contracts/Cargo.lock

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

4 changes: 2 additions & 2 deletions smart-contracts/contracts/cl-vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ cw-utils = "1.0.2"
cw-vault-multi-standard = {git = "https://github.com/quasar-finance/cw-vault-standard", features = ["lockup", "force-unlock"]}
cw2 = "1.0.1"
num_enum = "0.7.0"
osmosis-std = "0.22.0"
osmosis-std = "0.21.0"
prost = {version = "0.12.3", default-features = false}
serde = {version = "1.0.145", default-features = false, features = ["derive"]}
thiserror = {version = "1.0.31"}

[dev-dependencies]
osmosis-test-tube = "22.1.0"
osmosis-test-tube = "21.0.0"
proptest = "1.2.0"

0 comments on commit 714c923

Please sign in to comment.