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

Commit ddc0845

Browse files
authored
ci: update bindings (#18)
1 parent 2c9c506 commit ddc0845

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ schemars = "0.8.1"
1515
cosmwasm-schema = "1.1.4"
1616
cw-utils = "0.13"
1717
anyhow = "1"
18-
elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.11.0" }
18+
elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.12.0" }
1919

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

0 commit comments

Comments
 (0)