Skip to content

Commit b628a1d

Browse files
committed
revert sysinfo optional
1 parent 8988a92 commit b628a1d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

prover/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cuda = ["stark/cuda"]
1111
test-cuda-faults = ["cuda", "stark/test-cuda-faults"]
1212
debug-checks = ["stark/debug-checks"]
1313
instruments = ["stark/instruments"]
14-
disk-spill = ["stark/disk-spill", "dep:sysinfo"]
14+
disk-spill = ["stark/disk-spill"]
1515

1616
[dependencies]
1717
stark = { path = "../crypto/stark" }
@@ -23,10 +23,7 @@ hashbrown = { version = "0.15", default-features = false, features = ["inline-mo
2323
foldhash = "0.2"
2424
serde = { version = "1.0", features = ["derive"] }
2525
rayon = { version = "1.8.0", optional = true }
26-
# Only the `disk-spill` auto-storage path queries OS memory. `sysinfo` is a host
27-
# crate, so keep it optional and out of guest builds that depend on the prover
28-
# with `--no-default-features` (e.g. the in-VM recursion verifier guest).
29-
sysinfo = { version = "0.31", default-features = false, features = ["system"], optional = true }
26+
sysinfo = { version = "0.31", default-features = false, features = ["system"] }
3027
log = "0.4"
3128
sha3 = { version = "0.10.8", default-features = false }
3229

0 commit comments

Comments
 (0)