Skip to content

Commit

Permalink
update cosmwasm version 1.2 -> 1.5, due to rustc compiler issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seinj0312 committed Jun 13, 2024
1 parent 8cf5a26 commit d2f8621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ documentation = "https://docs.cosmwasm.com"
rust-version = "1.71"

[workspace.dependencies]
cosmwasm-schema = "^1.2"
cosmwasm-std = "^1.2"
cosmwasm-schema = "^1.5"
cosmwasm-std = "^1.5"
cw2 = "^1.1"
cw20 = "^1.1"
cw721 = { version = "*", path = "./packages/cw721" }
Expand Down

0 comments on commit d2f8621

Please sign in to comment.