Skip to content

Commit

Permalink
fix feature set of dependencies to avoid build issues (cf. gyscos/zst…
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Mar 27, 2024
1 parent 6c60739 commit 720e9dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ multihash = { version = "0.16", default-features = false, features = [
"sha2",
] }
multiaddr = "0.14.0"
c-kzg = "0.4.0"
c-kzg = "1.0.0"
bs58 = "0.4.0"
eyre = "0.6.8"
bip39 = "2.0.0"
Expand Down
4 changes: 3 additions & 1 deletion ethereum-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ bitvec = { workspace = true, optional = true }

[dev-dependencies]
toml = "0.8.2"
reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "28f3a2e2d9525bf2f6373e755e2d6dc0c2f97821" }
reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "415efc82af05d1eae57f61beb04b0f711d0b7e42", default-features = false, features = [
"c-kzg",
] }

[[bin]]
name = "ec"
Expand Down

0 comments on commit 720e9dd

Please sign in to comment.