We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8154f5a commit efc7a17Copy full SHA for efc7a17
Cargo.toml
@@ -126,7 +126,14 @@ delay_map = "0.4"
126
derivative = "2"
127
dirs = "3"
128
either = "1.9"
129
-rust_eth_kzg = "0.5.1"
+ # 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"
137
discv5 = { version = "0.9", features = ["libp2p"] }
138
env_logger = "0.9"
139
error-chain = "0.12"
0 commit comments