From cd155f63e158250faf0458c4bda726aafec75e70 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 11 Mar 2020 08:51:17 +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 4e42d1cd96..ad9eec73fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ binaryview = ["nu_plugin_binaryview"] fetch = ["nu_plugin_fetch"] match = ["nu_plugin_match"] post = ["nu_plugin_post"] -shuffle = ["nu_plugin_shuffle"] +# shuffle = ["nu_plugin_shuffle"] sum = ["nu_plugin_sum"] trace = ["nu-parser/trace"] tree = ["nu_plugin_tree"]