Skip to content

Commit

Permalink
chore(contracts): don't use fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Oct 16, 2023
1 parent b156a41 commit 21c4cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion contracts/increment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ optimize = """docker run --rm -v "$(pwd)":/code \
"""

[dependencies]
archway-bindings = { version = "0.2.0", path = "../../packages/bindings" }
archway-bindings = { path = "../../packages/bindings" }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["staking", "stargate"] }
cosmwasm-storage = { workspace = true }
Expand Down

0 comments on commit 21c4cc9

Please sign in to comment.