mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Switch from subprocess crate to the builtin std::process (#1284)
* Switch from subprocess crate to the builtin std::process * Update external.rs * Update external.rs * Update external.rs Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
This commit is contained in:
committed by
Jonathan Turner
parent
d48f99cb0e
commit
32dfb32741
@ -70,7 +70,6 @@ rustyline = "4.1.0"
|
||||
serde = "1.0.91"
|
||||
serde_derive = "1.0.91"
|
||||
serde_json = "1.0.39"
|
||||
subprocess = "0.1.18"
|
||||
sysinfo = "0.8.4"
|
||||
term = "0.5.2"
|
||||
tokio-fs = "0.1.6"
|
||||
|
Reference in New Issue
Block a user