Skip to content

Commit e86809c

Browse files
committed
use version 0.3.1
1 parent d64af04 commit e86809c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ resolver = "2"
1919
authors = ["Kevaundray Wedderburn <kev@the.dev>"]
2020
edition = "2021"
2121
license = "MIT"
22-
version = "0.3.0"
22+
version = "0.3.1"
2323
rust-version = "1.70"
2424
repository = "https://github.com/crate-crypto/rust-eth-kzg"
2525

2626
[workspace.dependencies]
2727
# These names are essentially a way to achieve scoping when we publish to crates.io
2828
# Ideally we don't publish bls12_381 and polynomial, but crates.io requires
2929
# 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" }
3636
hex = "0.4.3"
3737
rayon = "1.10.0"
3838

0 commit comments

Comments
 (0)