Add patch for alloy-eip2124 to an empty crate

Removes the `crc` dependency which had a unique author associated.
This commit is contained in:
Luke Parker
2025-11-26 17:01:03 -05:00
parent e7c759c468
commit 6e37ac030d
4 changed files with 29 additions and 33 deletions

View File

@@ -171,6 +171,7 @@ overflow-checks = true
[patch.crates-io]
# Point to empty crates for crates unused within in our tree
alloy-eip2124 = { path = "patches/ethereum/alloy-eip2124" }
ark-ff-3 = { package = "ark-ff", path = "patches/ethereum/ark-ff-0.3" }
ark-ff-4 = { package = "ark-ff", path = "patches/ethereum/ark-ff-0.4" }
c-kzg = { path = "patches/ethereum/c-kzg" }