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