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

Commit

Permalink
chore: fix conflict with main
Browse files Browse the repository at this point in the history
  • Loading branch information
kenta-elys committed Nov 30, 2023
1 parent 9230c9e commit a4ed996
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 = { version = "0.5.0", git = "https://github.com/elys-network/bindings", branch = "feat/import-financial" }
elys-bindings = { version = "0.5.0", git = "https://github.com/elys-network/bindings", tag = "v0.5.0" }

[dev-dependencies]

cw-multi-test = "0.13.4"
serde_json = "1.0.107"
elys-bindings = { version = "0.5.0", git = "https://github.com/elys-network/bindings", branch = "feat/import-financial", features = [
elys-bindings = { version = "0.5.0", git = "https://github.com/elys-network/bindings", tag = "v0.5.0", features = [
"testing",
] }
elys-bindings-test = { version = "0.5.0", git = "https://github.com/elys-network/bindings", branch = "feat/import-financial" }
elys-bindings-test = { version = "0.5.0", git = "https://github.com/elys-network/bindings", tag = "v0.5.0" }

0 comments on commit a4ed996

Please sign in to comment.