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

Commit

Permalink
Update cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Sep 4, 2023
1 parent bf1747a commit 64a887a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 80 deletions.
139 changes: 63 additions & 76 deletions 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
Expand Up @@ -14,11 +14,11 @@ exclude = [
crate-type = ["cdylib", "rlib"]

[dependencies]
cosmwasm-schema = "=1.1.9"
cosmwasm-schema = "=1.4.0"
provwasm-std = "=1.1.2"
cosmwasm-std = { version = "=1.1.9", default-features = false, features = ["iterator"] }
cosmwasm-storage = "=1.1.9"
cw-storage-plus = "=1.0.1"
cosmwasm-std = { version = "=1.4.0", default-features = false, features = ["iterator"] }
cosmwasm-storage = "=1.4.0"
cw-storage-plus = "=1.1.0"
#os-gateway-contract-attributes = "=1.0.1"
result-extensions = "=1.0.2"
#schemars = "=0.8.11"
Expand Down

0 comments on commit 64a887a

Please sign in to comment.