Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
chore: bump c-kzg to create lib (bluealloy#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Sep 28, 2023
1 parent ded673c commit 4f916be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4f916be

Please sign in to comment.