Skip to content

Commit 7fe2c66

Browse files
committed
update cargo.toml
1 parent 95cec45 commit 7fe2c66

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,7 @@ delay_map = "0.4"
132132
derivative = "2"
133133
dirs = "3"
134134
either = "1.9"
135-
# TODO: rust_eth_kzg is pinned for now while a perf regression is investigated
136-
# The crate_crypto_* dependencies can be removed from this file completely once we update
137-
rust_eth_kzg = "=0.5.1"
138-
crate_crypto_internal_eth_kzg_bls12_381 = "=0.5.1"
139-
crate_crypto_internal_eth_kzg_erasure_codes = "=0.5.1"
140-
crate_crypto_internal_eth_kzg_maybe_rayon = "=0.5.1"
141-
crate_crypto_internal_eth_kzg_polynomial = "=0.5.1"
142-
crate_crypto_kzg_multi_open_fk20 = "=0.5.1"
135+
rust_eth_kzg = "0.5.3"
143136
discv5 = { version = "0.9", features = ["libp2p"] }
144137
env_logger = "0.9"
145138
ethereum_hashing = "0.7.0"

0 commit comments

Comments
 (0)