Skip to content

Commit fd75934

Browse files
committed
Update dependencies
1 parent d176863 commit fd75934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/cw2981-royalties/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ backtraces = ["cosmwasm-std/backtraces"]
2525
library = []
2626

2727
[dependencies]
28-
cw721 = { path = "../../packages/cw721", version = "0.10.0" }
29-
cw721-base = { path = "../cw721-base", version = "0.10.0", features = ["library"] }
28+
cw721 = { path = "../../packages/cw721", version = "0.11" }
29+
cw721-base = { path = "../cw721-base", version = "0.11", features = ["library"] }
3030
cosmwasm-std = { version = "1.0.0-beta" }
3131
schemars = "0.8.1"
3232
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)