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 Aug 22, 2023
1 parent bf1747a commit a7f8f16
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 45 deletions.
65 changes: 24 additions & 41 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.3.3"
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.3.3", default-features = false, features = ["iterator"] }
cosmwasm-storage = "=1.3.3"
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 a7f8f16

Please sign in to comment.