Remove accidental strip-ansi-escapes after #6938 (#7115)

This commit is contained in:
Stefan Holderbach 2022-11-12 17:12:40 +01:00 committed by GitHub
parent 2db2d98ef0
commit da04e9d801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2666,7 +2666,6 @@ dependencies = [
"nu-path",
"nu-protocol",
"nu-utils",
"strip-ansi-escapes",
"sysinfo",
]

View file

@ -15,7 +15,6 @@ nu-utils = { path = "../nu-utils", version = "0.71.1" }
chrono = { version="0.4.21", features = ["std"], default-features = false }
sysinfo ="0.26.2"
strip-ansi-escapes = "0.1.1"
[features]
plugin = []