Skip to content

Commit

Permalink
fix: fix bindings version
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Nov 13, 2023
1 parent 113ff41 commit 8b9c98e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 contracts/test-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ optimize = """docker run --rm \
cosmwasm-std = { version = "1.5.0", features = ["stargate"]}
cw2 = "1.1.1"
thiserror = { version = "1.0" }
desmos-bindings = { path = "../../packages/bindings", version = "2.0.0" }
desmos-bindings = { path = "../../packages/bindings", version = "3.0.0" }
cosmwasm-schema = { version = "1.5.0" }
2 changes: 1 addition & 1 deletion packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
cosmwasm-std = { version = "1.5.0", features = ["stargate"]}
desmos-bindings = { path = "../bindings", version = "2.0.0" }
desmos-bindings = { path = "../bindings", version = "3.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.190"
serde_json = "1.0.108"
Expand Down

0 comments on commit 8b9c98e

Please sign in to comment.