diff --git a/Cargo.lock b/Cargo.lock index d07ebaf..efb2b74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,7 +1055,7 @@ dependencies = [ [[package]] name = "cw-it" version = "0.4.0-rc.2" -source = "git+https://github.com/apollodao/cw-it.git?rev=5bcc131991e3d80ba33be71129eab887dfc4c246#5bcc131991e3d80ba33be71129eab887dfc4c246" +source = "git+https://github.com/apollodao/cw-it.git?rev=331de15256f955584f5ef1cd1bac339f87657ef2#331de15256f955584f5ef1cd1bac339f87657ef2" dependencies = [ "anyhow", "apollo-cw-multi-test", diff --git a/Cargo.toml b/Cargo.toml index 1778413..85dffb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.145", default-features = false, features = ["derive"] } thiserror = { version = "1.0.31" } apollo-cw-asset = "0.1.1" osmosis-std = "0.22.0" -cw-it = { git = "https://github.com/apollodao/cw-it.git", rev = "5bcc131991e3d80ba33be71129eab887dfc4c246", features = ["multi-test"]} +cw-it = { git = "https://github.com/apollodao/cw-it.git", rev = "331de15256f955584f5ef1cd1bac339f87657ef2", features = ["multi-test"]} apollo-utils = "0.1.0" astroport = "2.9.0" astroport_v5 = { package = "astroport", version = "5.1.0" } @@ -53,4 +53,3 @@ lto = true opt-level = 3 overflow-checks = true rpath = false -