c-kzg lib update

This commit is contained in:
realbigsean
2023-06-07 19:46:06 -04:00
parent 2809a84b62
commit 13919058d5
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ serde_derive = "1.0.116"
ethereum_serde_utils = "0.5.0"
hex = "0.4.2"
ethereum_hashing = "1.0.0-beta.2"
c-kzg = {git = "https://github.com/ethereum/c-kzg-4844", rev = "fd24cf8e1e2f09a96b4e62a595b4e49f046ce6cf" }
c-kzg = {git = "https://github.com/ethereum/c-kzg-4844", rev = "cfdd9e5f8f6fa4375034733ad06cb9d1030a0fd9" }
arbitrary = { version = "1.0", features = ["derive"], optional = true }
[features]