1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-06 09:30:35 +02:00

Remove accidental strip-ansi-escapes after ()

This commit is contained in:
Stefan Holderbach
2022-11-12 17:12:40 +01:00
committed by GitHub
parent 2db2d98ef0
commit da04e9d801
2 changed files with 0 additions and 2 deletions
Cargo.lock
crates/nu-engine

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 = []