Skip to content

Commit

Permalink
deps(owner): updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Nov 9, 2023
1 parent 86b60ec commit 03f26b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/contracts/cw-ica-owner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cosmwasm-std = { version = "1.4.0", features = [
] }
cw-storage-plus = "1.1.0"
cw2 = "1.1.0"
cw-ica-controller = { path = "../../..", features = ["library"] }
cw-ica-controller = { path = "../../..", default-features = false }
schemars = "0.8.10"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
serde-json-wasm = "0.5.1"
Expand Down

0 comments on commit 03f26b8

Please sign in to comment.