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

Commit

Permalink
ci: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
politeWall committed Dec 19, 2023
1 parent 97bc3a1 commit 2e94643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "financial_snapshot_contract"
version = "0.3.1"
version = "0.0.0"
edition = "2021"

[lib]
Expand All @@ -15,13 +15,13 @@ schemars = "0.8.1"
cosmwasm-schema = "1.1.4"
cw-utils = "0.13"
anyhow = "1"
elys-bindings = { version = "0.9.0", git = "https://github.com/elys-network/bindings", tag = "v0.9.0" }
elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.11.0" }

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

[profile.release]
debug = true
debug = true

0 comments on commit 2e94643

Please sign in to comment.