mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Bump ckzg to use the crates.io version (#5542)
* Bump ckzg to use the crates.io version * Update crypto/kzg/Cargo.toml
This commit is contained in:
@@ -16,4 +16,4 @@ serde = { workspace = true }
|
||||
ethereum_serde_utils = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
ethereum_hashing = { workspace = true }
|
||||
c-kzg = { git = "https://github.com/ethereum/c-kzg-4844", rev = "748283cced543c486145d5f3f38684becdfe3e1b"}
|
||||
c-kzg = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user