Skip to content

Commit

Permalink
Bump ckzg to use the crates.io version (#5542)
Browse files Browse the repository at this point in the history
* Bump ckzg to use the crates.io version

* Update crypto/kzg/Cargo.toml
  • Loading branch information
pawanjay176 authored Apr 10, 2024
1 parent 54fbdda commit c017768
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 60 deletions.
64 changes: 5 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ bincode = "1"
bitvec = "1"
byteorder = "1"
bytes = "1"
c-kzg = "1"
clap = "2"
compare_fields_derive = { path = "common/compare_fields_derive" }
criterion = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crypto/kzg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit c017768

Please sign in to comment.