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:
Pawan Dhananjay
2024-04-10 16:25:14 -07:00
committed by GitHub
parent 54fbdda4d2
commit c0177687e1
3 changed files with 7 additions and 60 deletions

View File

@@ -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 }