Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generics #136

Merged
merged 17 commits into from
Nov 28, 2024
Prev Previous commit
Next Next commit
taplo fix
  • Loading branch information
dexloom committed Nov 25, 2024
commit cadf69b02afba13ce422a6f96e2c88c290d92b6c
2 changes: 1 addition & 1 deletion crates/broadcast/accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ loom-core-actors.workspace = true
loom-core-actors-macros.workspace = true
loom-core-blockchain.workspace = true
loom-defi-abi.workspace = true
loom-types-blockchain.workspace = true
loom-types-entities.workspace = true
loom-types-events.workspace = true
loom-types-blockchain.workspace = true

eyre.workspace = true
tokio.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/broadcast/broadcaster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ loom-core-actors.workspace = true
loom-core-actors-macros.workspace = true
loom-core-blockchain.workspace = true
loom-node-debug-provider.workspace = true
loom-types-events.workspace = true
loom-types-blockchain.workspace = true
loom-types-events.workspace = true


eyre.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/execution/estimator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ loom-core-blockchain.workspace = true
loom-evm-db.workspace = true
loom-evm-utils.workspace = true
loom-node-debug-provider.workspace = true
loom-types-blockchain.workspace = true
loom-types-entities.workspace = true
loom-types-events.workspace = true
loom-types-blockchain.workspace = true


chrono.workspace = true
Expand Down
Loading