From ca2defd9987358cde09da1b057bfec3426caf2ce Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 7 Jan 2021 16:24:55 +0200 Subject: [PATCH] nushell: update Cargo.toml.patch --- packages/nushell/Cargo.toml.patch | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/nushell/Cargo.toml.patch b/packages/nushell/Cargo.toml.patch index eaa2fb955..cb263704c 100644 --- a/packages/nushell/Cargo.toml.patch +++ b/packages/nushell/Cargo.toml.patch @@ -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"]