@@ -20,21 +20,21 @@ resolver = "2"
20
20
authors = [" Kevaundray Wedderburn <kev@the.dev>" ]
21
21
edition = " 2021"
22
22
license = " MIT"
23
- version = " 0.5.0 "
23
+ version = " 0.5.1 "
24
24
rust-version = " 1.70"
25
25
repository = " https://github.com/crate-crypto/rust-eth-kzg"
26
26
27
27
[workspace .dependencies ]
28
28
# These names are essentially a way to achieve scoping when we publish to crates.io
29
29
# Ideally we don't publish bls12_381 and polynomial, but crates.io requires
30
30
# all dependencies to be published and not local.
31
- bls12_381 = { package = " crate_crypto_internal_eth_kzg_bls12_381" , version = " 0.5.0 " , path = " cryptography/bls12_381" }
32
- polynomial = { package = " crate_crypto_internal_eth_kzg_polynomial" , version = " 0.5.0 " , path = " cryptography/polynomial" }
33
- erasure_codes = { package = " crate_crypto_internal_eth_kzg_erasure_codes" , version = " 0.5.0 " , path = " cryptography/erasure_codes" }
34
- rust_eth_kzg = { version = " 0.5.0 " , path = " eip7594" }
35
- maybe_rayon = { package = " crate_crypto_internal_eth_kzg_maybe_rayon" , version = " 0.5.0 " , path = " maybe_rayon" }
36
- kzg_multi_open = { package = " crate_crypto_kzg_multi_open_fk20" , version = " 0.5.0 " , path = " cryptography/kzg_multi_open" }
37
- c_eth_kzg = { version = " 0.5.0 " , path = " bindings/c" }
31
+ bls12_381 = { package = " crate_crypto_internal_eth_kzg_bls12_381" , version = " 0.5.1 " , path = " cryptography/bls12_381" }
32
+ polynomial = { package = " crate_crypto_internal_eth_kzg_polynomial" , version = " 0.5.1 " , path = " cryptography/polynomial" }
33
+ erasure_codes = { package = " crate_crypto_internal_eth_kzg_erasure_codes" , version = " 0.5.1 " , path = " cryptography/erasure_codes" }
34
+ rust_eth_kzg = { version = " 0.5.1 " , path = " eip7594" }
35
+ maybe_rayon = { package = " crate_crypto_internal_eth_kzg_maybe_rayon" , version = " 0.5.1 " , path = " maybe_rayon" }
36
+ kzg_multi_open = { package = " crate_crypto_kzg_multi_open_fk20" , version = " 0.5.1 " , path = " cryptography/kzg_multi_open" }
37
+ c_eth_kzg = { version = " 0.5.1 " , path = " bindings/c" }
38
38
hex = " 0.4.3"
39
39
rayon = " 1.10.0"
40
40
0 commit comments