Skip to content

Commit

Permalink
undo useless enr package import change
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed Jun 25, 2024
1 parent 5248ce8 commit d20c700
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,10 @@ secp256k1 = { version = "0.29", default-features = false, features = [
"recovery",
] }
# TODO: Remove `k256` feature: https://github.com/sigp/enr/pull/74
#enr = { version = "0.12.0", default-features = false, features = [
# "k256",
# "rust-secp256k1",
#] }
enr = { version = "0.12.1", default-features = false }
enr = { version = "0.12.0", default-features = false, features = [
"k256",
"rust-secp256k1",
] }

# for eip-4844
c-kzg = "1.0.0"
Expand Down

0 comments on commit d20c700

Please sign in to comment.