mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
num_cpus apparently unused in helix-term
This commit is contained in:
parent
ade4cbffaa
commit
ede01b5f1e
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -453,7 +453,6 @@ dependencies = [
|
||||
"helix-view",
|
||||
"ignore",
|
||||
"log",
|
||||
"num_cpus",
|
||||
"once_cell",
|
||||
"pulldown-cmark",
|
||||
"retain_mut",
|
||||
|
@ -36,7 +36,6 @@ which = "4.2"
|
||||
ropey = { version = "1.4", default-features = false }
|
||||
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
|
||||
num_cpus = "1"
|
||||
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }
|
||||
crossterm = { version = "0.23", features = ["event-stream"] }
|
||||
signal-hook = "0.3"
|
||||
|
Loading…
Reference in New Issue
Block a user