-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to cw-plus 0.11 * Update deps * Apply review recommendations
- Loading branch information
Showing
10 changed files
with
50 additions
and
51 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw721-base" | ||
version = "0.10.1" | ||
version = "0.11.1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Basic implementation cw721 NFTs" | ||
|
@@ -25,10 +25,10 @@ backtraces = ["cosmwasm-std/backtraces"] | |
library = [] | ||
|
||
[dependencies] | ||
cw0 = { version = "0.10" } | ||
cw2 = { version = "0.10" } | ||
cw721 = { path = "../../packages/cw721", version = "0.10" } | ||
cw-storage-plus = { version = "0.10" } | ||
cw-utils = { version = "0.11" } | ||
cw2 = { version = "0.11" } | ||
cw721 = { path = "../../packages/cw721", version = "0.11.1" } | ||
cw-storage-plus = { version = "0.11" } | ||
cosmwasm-std = { version = "1.0.0-beta" } | ||
schemars = "0.8.6" | ||
serde = { version = "1.0.130", default-features = false, features = ["derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw721-metadata-onchain" | ||
version = "0.10.1" | ||
version = "0.11.1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Example extending CW721 NFT to store metadata on chain" | ||
|
@@ -25,8 +25,8 @@ backtraces = ["cosmwasm-std/backtraces"] | |
library = [] | ||
|
||
[dependencies] | ||
cw721 = { path = "../../packages/cw721", version = "0.10" } | ||
cw721-base = { path = "../cw721-base", version = "0.10", features = ["library"] } | ||
cw721 = { path = "../../packages/cw721", version = "0.11.1" } | ||
cw721-base = { path = "../cw721-base", version = "0.11.1", features = ["library"] } | ||
cosmwasm-std = { version = "1.0.0-beta" } | ||
schemars = "0.8.6" | ||
serde = { version = "1.0.130", default-features = false, features = ["derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cw721" | ||
version = "0.10.1" | ||
version = "0.11.1" | ||
authors = ["Ethan Frey <[email protected]>"] | ||
edition = "2018" | ||
description = "Definition and types for the CosmWasm-721 NFT interface" | ||
|
@@ -10,7 +10,7 @@ homepage = "https://cosmwasm.com" | |
documentation = "https://docs.cosmwasm.com" | ||
|
||
[dependencies] | ||
cw0 = { version = "0.10" } | ||
cw-utils = { version = "0.11" } | ||
cosmwasm-std = { version = "1.0.0-beta" } | ||
schemars = "0.8.6" | ||
serde = { version = "1.0.130", default-features = false, features = ["derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters