Bump jobserver and fix non-portable builds (#5641)

* Bump jobserver and fix non-portable builds
This commit is contained in:
Michael Sproul
2024-04-24 16:02:42 +10:00
committed by GitHub
parent c4a2bcb9c7
commit 1eaaa4a8bd
2 changed files with 5 additions and 4 deletions

View File

@@ -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"