Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Jun 28, 2023
1 parent 64527b3 commit b680704
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 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,13 +14,13 @@ rust-version = "1.65"
cosmwasm-schema = "1.2.1"
cosmwasm-std = "1.2.1"
cw2 = "1.1.0"
cw20 = "1.0.1"
cw20 = "1.1.0"
cw721 = { version = "0.18.0", path = "./packages/cw721" }
cw721-base = { version = "0.18.0", path = "./contracts/cw721-base" }
cw721-base-016 = { version = "0.16.0", package = "cw721-base" }
cw-multi-test = "0.16.2"
cw-ownable = "0.5.0"
cw-storage-plus = "1.0.1"
cw-multi-test = "0.16.5"
cw-ownable = "0.5.1"
cw-storage-plus = "1.1.0"
cw-utils = "1.0.1"
schemars = "0.8.11"
serde = { version = "1.0.152", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit b680704

Please sign in to comment.