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

Commit

Permalink
ci: update the version of bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
politeWall committed Dec 20, 2023
1 parent c8a6f06 commit 87f2857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ thiserror = "1"
schemars = "0.8.1"
cosmwasm-schema = "1.1.4"
cw-utils = "0.13"
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"
serde_json = "1.0.107"
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",
] }
elys-bindings-test = { git = "https://github.com/elys-network/bindings", tag = "v0.11.0" }
elys-bindings-test = { git = "https://github.com/elys-network/bindings", tag = "v0.12.0" }

0 comments on commit 87f2857

Please sign in to comment.