Skip to content

Commit

Permalink
remove access member/declare access from scarbs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Aug 14, 2024
1 parent b3dd100 commit 4c9ba77
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ dependencies = [
[[package]]
name = "openzeppelin_access"
version = "0.15.1"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:9c90539ab54d18253d656e58b75cd6334c76333e85a9e8758ba4091e53574c3c"
dependencies = [
"openzeppelin_introspection",
"openzeppelin_test_common",
"openzeppelin_testing",
"openzeppelin_utils",
"snforge_std",
]

[[package]]
Expand Down
3 changes: 1 addition & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"packages/access",
"packages/account",
"packages/governance",
"packages/presets",
Expand Down Expand Up @@ -41,7 +40,7 @@ snforge_std = "0.26.0"

[dependencies]
starknet.workspace = true
openzeppelin_access = { path = "packages/access" }
openzeppelin_access = "0.15.1"
openzeppelin_account = { path = "packages/account" }
openzeppelin_governance = { path = "packages/governance" }
openzeppelin_presets = { path = "packages/presets" }
Expand Down
2 changes: 1 addition & 1 deletion packages/governance/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fmt.workspace = true

[dependencies]
starknet.workspace = true
openzeppelin_access = { path = "../access" }
openzeppelin_access = "0.15.1"
openzeppelin_introspection = "0.15.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fmt.workspace = true

[dependencies]
starknet.workspace = true
openzeppelin_access = { path = "../access" }
openzeppelin_access = "0.15.1"
openzeppelin_account = { path = "../account" }
openzeppelin_introspection = "0.15.1"
openzeppelin_token = { path = "../token" }
Expand Down
2 changes: 1 addition & 1 deletion packages/test_common/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fmt.workspace = true
starknet.workspace = true
snforge_std.workspace = true
openzeppelin_upgrades = { path = "../upgrades" }
openzeppelin_access = { path = "../access" }
openzeppelin_access = "0.15.1"
openzeppelin_account = { path = "../account" }
openzeppelin_token = { path = "../token" }
openzeppelin_testing = { path = "../testing" }
Expand Down

0 comments on commit 4c9ba77

Please sign in to comment.