Skip to content

Commit 876346d

Browse files
authored
fix: add arrayvec to dev-dependencies in reth-trie-common (#19192)
1 parent 21785a3 commit 876346d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/trie/common/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ alloy-genesis.workspace = true
5353
alloy-primitives = { workspace = true, features = ["getrandom"] }
5454
alloy-trie = { workspace = true, features = ["arbitrary", "serde"] }
5555
bytes.workspace = true
56+
arrayvec.workspace = true
5657
hash-db.workspace = true
5758
plain_hasher.workspace = true
5859
arbitrary = { workspace = true, features = ["derive"] }
@@ -75,6 +76,7 @@ std = [
7576
"alloy-rpc-types-eth?/std",
7677
"alloy-serde?/std",
7778
"alloy-trie/std",
79+
"arrayvec?/std",
7880
"bytes?/std",
7981
"derive_more/std",
8082
"nybbles/std",
@@ -84,7 +86,6 @@ std = [
8486
"serde_json/std",
8587
"revm-database/std",
8688
"revm-state/std",
87-
"arrayvec?/std",
8889
]
8990
eip1186 = ["alloy-rpc-types-eth/serde", "dep:alloy-serde"]
9091
serde = [

0 commit comments

Comments
 (0)