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 Sep 14, 2023
1 parent 466ce65 commit 45e65f5
Showing 1 changed file with 1 addition and 1 deletion.
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.4.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.188"
serde_json = "1.0.106"
Expand Down

0 comments on commit 45e65f5

Please sign in to comment.