mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
parent
2db2d98ef0
commit
da04e9d801
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2666,7 +2666,6 @@ dependencies = [
|
||||||
"nu-path",
|
"nu-path",
|
||||||
"nu-protocol",
|
"nu-protocol",
|
||||||
"nu-utils",
|
"nu-utils",
|
||||||
"strip-ansi-escapes",
|
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ nu-utils = { path = "../nu-utils", version = "0.71.1" }
|
||||||
|
|
||||||
chrono = { version="0.4.21", features = ["std"], default-features = false }
|
chrono = { version="0.4.21", features = ["std"], default-features = false }
|
||||||
sysinfo ="0.26.2"
|
sysinfo ="0.26.2"
|
||||||
strip-ansi-escapes = "0.1.1"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
plugin = []
|
plugin = []
|
||||||
|
|
Loading…
Reference in a new issue