mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: disable sysinfo multithreading (#8783)
This commit is contained in:
@ -43,7 +43,7 @@ derive_more.workspace = true
|
||||
eyre.workspace = true
|
||||
paste.workspace = true
|
||||
rustc-hash.workspace = true
|
||||
sysinfo = "0.30"
|
||||
sysinfo = { version = "0.30", default-features = false }
|
||||
|
||||
# arbitrary utils
|
||||
strum = { workspace = true, features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user