mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump c-kzg and add serde feature (#4499)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user