Skip to content

Commit 7cdffc7

Browse files
authored
Update: openbrush tag correction (#591)
1 parent b3b0e73 commit 7cdffc7

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorials/from-zero-to-ink-hero/nft/Wizard

1 file changed

+1
-1
lines changed

docs/tutorials/from-zero-to-ink-hero/nft/Wizard/wizard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ edition = "2021"
8282
ink = { version = "4.2.1", default-features = false }
8383
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
8484
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"] }
85+
openbrush = { tag = "4.0.0-beta", git = "https://github.com/Brushfam/openbrush-contracts", default-features = false, features = ["psp34", "ownable"] }
8686

8787
[lib]
8888
path = "lib.rs"

0 commit comments

Comments
 (0)