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

Commit

Permalink
Update Cargo.toml (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Nov 24, 2023
1 parent 41905d8 commit 7de52d7
Showing 1 changed file with 3 additions and 3 deletions.
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 = { version = "0.1.0", git = "https://github.com/elys-network/bindings", branch = "main" }
elys-bindings = { version = "0.1.0", git = "https://github.com/elys-network/bindings", tag = "v0.1.0" }

[dev-dependencies]

cw-multi-test = "0.13.4"
serde_json = "1.0.107"
elys-bindings = { version = "0.1.0", git = "https://github.com/elys-network/bindings", branch = "main", features = [
elys-bindings = { version = "0.1.0", git = "https://github.com/elys-network/bindings", tag = "v0.1.0", features = [
"testing",
] }
elys-bindings-test = { version = "0.1.0", git = "https://github.com/elys-network/bindings", branch = "main" }
elys-bindings-test = { version = "0.1.0", git = "https://github.com/elys-network/bindings", tag = "v0.1.0" }

0 comments on commit 7de52d7

Please sign in to comment.