Skip to content

Commit

Permalink
Merge of #5641
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 24, 2024
2 parents 9542ed1 + c67f67d commit 992fbd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ bincode = "1"
bitvec = "1"
byteorder = "1"
bytes = "1"
c-kzg = "1"
# Turn off c-kzg's default features which include `blst/portable`. We can turn on blst's portable
# feature ourselves when desired.
c-kzg = { version = "1", default-features = false }
clap = "2"
compare_fields_derive = { path = "common/compare_fields_derive" }
criterion = "0.3"
Expand Down

0 comments on commit 992fbd1

Please sign in to comment.