We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b0e73 commit 7cdffc7Copy full SHA for 7cdffc7
docs/tutorials/from-zero-to-ink-hero/nft/Wizard/wizard.md
@@ -82,7 +82,7 @@ edition = "2021"
82
ink = { version = "4.2.1", default-features = false }
83
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
84
scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true }
85
-openbrush = { tag = "v4.0.0-beta", git = "https://github.com/Brushfam/openbrush-contracts", default-features = false, features = ["psp34", "ownable"] }
+openbrush = { tag = "4.0.0-beta", git = "https://github.com/Brushfam/openbrush-contracts", default-features = false, features = ["psp34", "ownable"] }
86
87
[lib]
88
path = "lib.rs"
0 commit comments