Skip to content

Commit efc7a17

Browse files
committed
Pin rust_eth_kzg to 0.5.1 (#6608)
Squashed commit of the following: commit adc86cd Author: Michael Sproul <[email protected]> Date: Mon Nov 25 15:39:27 2024 +1100 Pin crate_crypto transitive deps commit e87210a Author: Michael Sproul <[email protected]> Date: Mon Nov 25 15:05:34 2024 +1100 Pin rust_eth_kzg to 0.5.1
1 parent 8154f5a commit efc7a17

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,14 @@ delay_map = "0.4"
126126
derivative = "2"
127127
dirs = "3"
128128
either = "1.9"
129-
rust_eth_kzg = "0.5.1"
129+
# TODO: rust_eth_kzg is pinned for now while a perf regression is investigated
130+
# The crate_crypto_* dependencies can be removed from this file completely once we update
131+
rust_eth_kzg = "=0.5.1"
132+
crate_crypto_internal_eth_kzg_bls12_381 = "=0.5.1"
133+
crate_crypto_internal_eth_kzg_erasure_codes = "=0.5.1"
134+
crate_crypto_internal_eth_kzg_maybe_rayon = "=0.5.1"
135+
crate_crypto_internal_eth_kzg_polynomial = "=0.5.1"
136+
crate_crypto_kzg_multi_open_fk20 = "=0.5.1"
130137
discv5 = { version = "0.9", features = ["libp2p"] }
131138
env_logger = "0.9"
132139
error-chain = "0.12"

0 commit comments

Comments
 (0)