From d7b6013b93c3b10de70cb49ed136c11f21684576 Mon Sep 17 00:00:00 2001 From: rakita Date: Thu, 28 Sep 2023 12:14:45 +0200 Subject: [PATCH] chore: bump c-kzg to create lib --- Cargo.lock | 5 +++-- crates/precompile/Cargo.toml | 2 +- crates/primitives/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60ccc48344..1cbf9e743d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,8 +442,9 @@ dependencies = [ [[package]] name = "c-kzg" -version = "0.1.0" -source = "git+https://github.com/ethereum/c-kzg-4844#fbef59a3f9e8fa998bdb5069d212daf83d586aa5" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac926d808fb72fe09ebf471a091d6d72918876ccf0b4989766093d2d0d24a0ef" dependencies = [ "bindgen", "blst", diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index b5d2471b26..34cc5b1695 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -24,7 +24,7 @@ secp256k1 = { version = "0.27.0", default-features = false, features = [ ], optional = true } sha2 = { version = "0.10.8", default-features = false } sha3 = { version = "0.10.7", default-features = false } -c-kzg = { git = "https://github.com/ethereum/c-kzg-4844", default-features = false, optional = true } +c-kzg = { version="0.1.1", default-features = false, optional = true } [dev-dependencies] hex = "0.4" diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index a4131ff4e2..3413bcea37 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -23,7 +23,7 @@ bitvec = { version = "1", default-features = false, features = ["alloc"] } bitflags = { version = "2.4.0", default-features = false } # For setting the CfgEnv KZGSettings. Enabled by std flag. -c-kzg = { git = "https://github.com/ethereum/c-kzg-4844", default-features = false, optional = true } +c-kzg = { version = "0.1.1", default-features = false, optional = true } # bits B256 B160 crate fixed-hash = { version = "0.8", default-features = false, features = [