Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 86af986

Browse files
Update cosmos
1 parent bf1747a commit 86af986

2 files changed

Lines changed: 28 additions & 45 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ exclude = [
1414
crate-type = ["cdylib", "rlib"]
1515

1616
[dependencies]
17-
cosmwasm-schema = "=1.1.9"
17+
cosmwasm-schema = "=1.3.2"
1818
provwasm-std = "=1.1.2"
19-
cosmwasm-std = { version = "=1.1.9", default-features = false, features = ["iterator"] }
20-
cosmwasm-storage = "=1.1.9"
21-
cw-storage-plus = "=1.0.1"
19+
cosmwasm-std = { version = "=1.3.2", default-features = false, features = ["iterator"] }
20+
cosmwasm-storage = "=1.3.2"
21+
cw-storage-plus = "=1.1.0"
2222
#os-gateway-contract-attributes = "=1.0.1"
2323
result-extensions = "=1.0.2"
2424
#schemars = "=0.8.11"

0 commit comments

Comments
 (0)