chore: bump c-kzg and add serde feature (#4499)

This commit is contained in:
Matthias Seitz
2023-09-07 00:15:16 +02:00
committed by GitHub
parent e6f933d53c
commit 685148117a
4 changed files with 29 additions and 27 deletions

View File

@ -32,7 +32,7 @@ secp256k1 = { workspace = true, default-features = false, features = [
] }
# for eip-4844
c-kzg = { workspace = true }
c-kzg = { workspace = true, features = ["serde"] }
# used for forkid
crc = "3"