diff --git a/crates/storage/db/Cargo.toml b/crates/storage/db/Cargo.toml index ee51a3ba99b..a72b2a4ca3a 100644 --- a/crates/storage/db/Cargo.toml +++ b/crates/storage/db/Cargo.toml @@ -42,12 +42,12 @@ rustc-hash = { workspace = true, optional = true, features = ["std"] } sysinfo = { workspace = true, features = ["system"] } parking_lot = { workspace = true, optional = true } -[target.'cfg(unix)'.dependencies] -libc.workspace = true - # arbitrary utils strum = { workspace = true, features = ["derive"], optional = true } +[target.'cfg(unix)'.dependencies] +libc.workspace = true + [dev-dependencies] # reth libs with arbitrary reth-primitives-traits = { workspace = true, features = ["reth-codec"] }