diff --git a/packages/nushell/Cargo.toml.patch b/packages/nushell/Cargo.toml.patch index 863b97c5a..807bc263e 100644 --- a/packages/nushell/Cargo.toml.patch +++ b/packages/nushell/Cargo.toml.patch @@ -1,12 +1,12 @@ -diff -uNr nushell-0.14.0/Cargo.toml nushell-0.14.0.mod/Cargo.toml ---- nushell-0.14.0/Cargo.toml 2020-05-12 19:32:51.000000000 +0300 -+++ nushell-0.14.0.mod/Cargo.toml 2020-05-13 12:22:00.470388369 +0300 -@@ -62,7 +62,7 @@ - # Test executables - test-bins = [] +diff -uNr nushell-0.15.0/Cargo.toml nushell-0.15.0.mod/Cargo.toml +--- nushell-0.15.0/Cargo.toml 2020-06-09 23:39:15.000000000 +0300 ++++ nushell-0.15.0.mod/Cargo.toml 2020-06-21 19:36:42.914555630 +0300 +@@ -57,7 +57,7 @@ + nu-build = { version = "0.15.0", path = "./crates/nu-build" } --default = ["sys", "ps", "textview", "inc", "str"] -+default = ["textview", "inc", "str"] - stable = ["default", "starship-prompt", "binaryview", "match", "tree", "average", "post", "fetch", "clipboard-cli", "trash-support", "start"] + [features] +-default = ["sys", "ps", "textview", "inc"] ++default = ["textview", "inc"] + stable = ["default", "starship-prompt", "binaryview", "match", "tree", "post", "fetch", "clipboard-cli", "trash-support", "start"] # Default