Skip to content

Commit

Permalink
chore(katana): use workspace dep (#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Jan 11, 2025
1 parent b5e45c3 commit 3e517d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/katana/storage/provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ starknet = { workspace = true, optional = true }
tokio = { workspace = true, optional = true }

alloy-primitives = { workspace = true, optional = true }
serde_json = { version = "1.0.133" }
serde_json.workspace = true

[features]
default = [ "fork", "in-memory" ]
fork = [ "dep:futures", "dep:starknet", "dep:tokio", "in-memory" ]
in-memory = [ ]
test-utils = [ "dep:alloy-primitives"]
test-utils = [ "dep:alloy-primitives" ]

[dev-dependencies]
alloy-primitives.workspace = true
Expand Down

0 comments on commit 3e517d1

Please sign in to comment.