nushell: update Cargo.toml.patch

This commit is contained in:
Leonid Pliushch 2021-01-07 16:24:55 +02:00
parent 123ab361ee
commit ca2defd998
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 8 additions and 8 deletions

View File

@ -1,20 +1,20 @@
diff -u -r ../nushell-0.18.1/Cargo.toml ./Cargo.toml diff -uNr nushell-0.25.1/Cargo.toml nushell-0.25.1.mod/Cargo.toml
--- ../nushell-0.18.1/Cargo.toml 2020-08-12 03:59:28.000000000 +0000 --- nushell-0.25.1/Cargo.toml 2021-01-06 04:58:04.000000000 +0200
+++ ./Cargo.toml 2020-08-13 08:02:58.145134000 +0000 +++ nushell-0.25.1.mod/Cargo.toml 2021-01-07 16:24:22.942615177 +0200
@@ -64,8 +64,6 @@ toml = "0.5.6" @@ -73,8 +73,6 @@
which-support = ["nu-cli/ichwh", "nu-cli/which"]
[features]
default = [ default = [
- "sys", - "sys",
- "ps", - "ps",
"textview", "textview",
"inc", "inc",
"git-support", "git-support",
@@ -79,7 +77,6 @@ default = [ @@ -88,7 +86,6 @@
"match", "match",
"post", "post",
"fetch", "fetch",
- "rich-benchmark", - "rich-benchmark",
"zip-support",
] ]
extra = ["default", "binaryview", "tree", "clipboard-cli", "trash-support", "start", "bson", "sqlite", "s3"] extra = ["default", "binaryview", "tree", "clipboard-cli", "trash-support", "start", "bson", "sqlite", "s3", "chart", "xpath", "selector"]
stable = ["default"]