Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Jul 17, 2024
1 parent 36a60cc commit d200234
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/katana/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ url.workspace = true
alloy-primitives = { workspace = true, features = [ "serde" ] }
alloy-sol-types = { workspace = true, default-features = false, features = [ "json" ], optional = true }

alloy-contract = { workspace = true, optional = true }
alloy-network = { workspace = true, optional = true }
alloy-provider = { workspace = true, optional = true, features = [ "reqwest" ] }
alloy-transport = { workspace = true, optional = true }
alloy-rpc-types-eth = { workspace = true, optional = true }
alloy-contract = { workspace = true, default-features = false, optional = true }
alloy-network = { workspace = true, default-features = false, optional = true }
alloy-provider = { workspace = true, default-features = false, optional = true, features = [ "reqwest" ] }
alloy-transport = { workspace = true, default-features = false, optional = true }
alloy-rpc-types-eth = { workspace = true, default-features = false, optional = true }

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

0 comments on commit d200234

Please sign in to comment.