Skip to content

Commit

Permalink
fix taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Jun 1, 2024
1 parent 4d0c60d commit 23e7f55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ members = [
"crates/orchestrator",
"crates/da_clients/da-client-interface",
"crates/da_clients/ethereum",
"crates/utils", "crates/settlement_clients/settlement-client-interface",
"crates/utils",
"crates/settlement_clients/settlement-client-interface",
]

[workspace.package]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ async-trait = { workspace = true }
axum = { workspace = true }
color-eyre = { workspace = true }
mockall = "0.12.1"
starknet = { workspace = true }
starknet = { workspace = true }

0 comments on commit 23e7f55

Please sign in to comment.