Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: update bindings (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
politeWall authored Dec 20, 2023
1 parent 2c9c506 commit ddc0845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ schemars = "0.8.1"
cosmwasm-schema = "1.1.4"
cw-utils = "0.13"
anyhow = "1"
elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.11.0" }
elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.12.0" }

[dev-dependencies]
cw-multi-test = "0.13.4"
elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.11.0", features = [
elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.12.0", features = [
"testing",
] }

Expand Down

0 comments on commit ddc0845

Please sign in to comment.