diff --git a/contracts/shiden34/Cargo.toml b/contracts/shiden34/Cargo.toml index 4e0ce8e..83edbe7 100644 --- a/contracts/shiden34/Cargo.toml +++ b/contracts/shiden34/Cargo.toml @@ -10,7 +10,7 @@ ink = { version = "~4.2.1", default-features = false} scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true } -openbrush = { tag = "v4.0.0-beta", git = "https://github.com/Brushfam/openbrush-contracts", default-features = false, features = ["psp34", "ownable", "reentrancy_guard"] } +openbrush = { tag = "4.0.0-beta", git = "https://github.com/Brushfam/openbrush-contracts", default-features = false, features = ["psp34", "ownable", "reentrancy_guard"] } payable_mint_pkg = { path = "../../logics", default-features = false } [lib] diff --git a/logics/Cargo.toml b/logics/Cargo.toml index d18bb17..e9ffced 100644 --- a/logics/Cargo.toml +++ b/logics/Cargo.toml @@ -10,7 +10,7 @@ ink = { version = "~4.2.1", default-features = false} scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true } -openbrush = { tag = "v4.0.0-beta", git = "https://github.com/Brushfam/openbrush-contracts", default-features = false, features = ["psp34", "ownable", "reentrancy_guard"] } +openbrush = { tag = "4.0.0-beta", git = "https://github.com/Brushfam/openbrush-contracts", default-features = false, features = ["psp34", "ownable", "reentrancy_guard"] } [lib] path = "lib.rs"