Update kzg to get windows going, expose blst features (#4177)

* fmt

* update kzg

* use commit from main repo
This commit is contained in:
Divma
2023-04-10 19:05:01 -05:00
committed by GitHub
parent f6f63b18ed
commit fca8559acc
5 changed files with 40 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ serde_derive = "1.0.116"
eth2_serde_utils = "0.1.1"
hex = "0.4.2"
eth2_hashing = "0.3.0"
c-kzg = {git = "https://github.com/ethereum/c-kzg-4844", rev = "549739fcb3aaec6fe5651e1912f05c604b45621b" }
c-kzg = {git = "https://github.com/ethereum/c-kzg-4844", rev = "fd24cf8e1e2f09a96b4e62a595b4e49f046ce6cf" }
arbitrary = { version = "1.0", features = ["derive"], optional = true }
[features]