Skip to content

Commit

Permalink
Upstream versions of cw* pkgs for cw721-nft (not yet migrated to 0.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Oct 4, 2020
1 parent c4389eb commit 8e48aaa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions contracts/cw721-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ library = []
[dependencies]
cosmwasm-std = { version = "0.10.1" }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
cw0 = { path = "../../packages/cw0", version = "0.2.2" }
cw2 = { path = "../../packages/cw2", version = "0.2.2" }
cw721 = { path = "../../packages/cw721", version = "0.2.2" }
cw0 = { version = "0.2.2" }
cw2 = { version = "0.2.2" }
cw721 = { version = "0.2.2" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
snafu = { version = "0.6.3" }
Expand Down

0 comments on commit 8e48aaa

Please sign in to comment.