Skip to content

Commit

Permalink
Bump jobserver and fix non-portable builds (#5641)
Browse files Browse the repository at this point in the history
* Bump jobserver and fix non-portable builds
  • Loading branch information
michaelsproul authored Apr 24, 2024
1 parent c4a2bcb commit 1eaaa4a
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 1eaaa4a

Please sign in to comment.