We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d176863 commit fd75934Copy full SHA for fd75934
contracts/cw2981-royalties/Cargo.toml
@@ -25,8 +25,8 @@ backtraces = ["cosmwasm-std/backtraces"]
25
library = []
26
27
[dependencies]
28
-cw721 = { path = "../../packages/cw721", version = "0.10.0" }
29
-cw721-base = { path = "../cw721-base", version = "0.10.0", features = ["library"] }
+cw721 = { path = "../../packages/cw721", version = "0.11" }
+cw721-base = { path = "../cw721-base", version = "0.11", features = ["library"] }
30
cosmwasm-std = { version = "1.0.0-beta" }
31
schemars = "0.8.1"
32
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
0 commit comments