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