From b2ce6697911789d9f97a52232f9933eccebcbe22 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 11 Mar 2020 08:51:53 +1300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad9eec73f..bde37ca2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ nu-build = { version = "0.11.0", path = "./crates/nu-build" } test-bins = [] default = ["sys", "ps", "textview", "inc", "str"] -stable = ["default", "starship-prompt", "binaryview", "match", "tree", "average", "shuffle", "sum", "post", "fetch", "clipboard-cli"] +stable = ["default", "starship-prompt", "binaryview", "match", "tree", "average", "sum", "post", "fetch", "clipboard-cli"] # Default textview = ["crossterm", "syntect", "onig_sys", "url", "nu_plugin_textview"]