Skip to content

Commit

Permalink
Add missing manifest import (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr authored Oct 2, 2024
1 parent 8ef6a41 commit ed777d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ dependencies = [
"openzeppelin_testing",
"openzeppelin_token",
"openzeppelin_upgrades",
"openzeppelin_utils",
"snforge_std",
]

Expand Down Expand Up @@ -131,6 +132,7 @@ dependencies = [
"openzeppelin_introspection",
"openzeppelin_test_common",
"openzeppelin_testing",
"openzeppelin_utils",
"snforge_std",
]

Expand Down
1 change: 1 addition & 0 deletions packages/presets/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ openzeppelin_finance = { path = "../finance" }
openzeppelin_introspection = { path = "../introspection" }
openzeppelin_token = { path = "../token" }
openzeppelin_upgrades = { path = "../upgrades" }
openzeppelin_utils = { path = "../utils" }

[dev-dependencies]
assert_macros.workspace = true
Expand Down
1 change: 1 addition & 0 deletions packages/token/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ starknet.workspace = true
openzeppelin_account = { path = "../account" }
openzeppelin_introspection = { path = "../introspection" }
openzeppelin_governance = { path = "../governance" }
openzeppelin_utils = { path = "../utils" }

[dev-dependencies]
assert_macros.workspace = true
Expand Down

0 comments on commit ed777d3

Please sign in to comment.