Skip to content

Commit

Permalink
chore: re-order deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Aug 30, 2024
1 parent b5dc273 commit 8d0750e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cairo-contracts/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[workspace]
members = [
"utils",
"apps",
"core",
"clients",
"apps",
"contracts",
"utils",
]

[package]
Expand Down
2 changes: 1 addition & 1 deletion cairo-contracts/apps/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ snforge_std = { workspace = true }
starknet = { workspace = true }

# ibc dependencies
starknet_ibc_utils = { workspace = true }
starknet_ibc_core = { workspace = true }
starknet_ibc_utils = { workspace = true }

[lib]

Expand Down
6 changes: 3 additions & 3 deletions cairo-contracts/contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ description = { workspace = true }

[dependencies]
# external dependencies
starknet = { workspace = true }
openzeppelin_access = { workspace = true }
openzeppelin_token = { workspace = true }
starknet = { workspace = true }

# ibc dependencies
starknet_ibc_utils = { workspace = true }
starknet_ibc_apps = { workspace = true }
starknet_ibc_core = { workspace = true }
starknet_ibc_clients = { workspace = true }
starknet_ibc_apps = { workspace = true }
starknet_ibc_utils = { workspace = true }

[lib]

Expand Down
2 changes: 1 addition & 1 deletion cairo-contracts/utils/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description = { workspace = true }

[dependencies]
# external dependencies
starknet = { workspace = true }
openzeppelin_token = { workspace = true }
snforge_std = { workspace = true }
starknet = { workspace = true }

[lib]

Expand Down

0 comments on commit 8d0750e

Please sign in to comment.