From 6d60bab2fd45ce58e8f1e9c3aac0c983f1af4da2 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 16 Nov 2020 13:00:48 -0600 Subject: [PATCH] fix zipped themes by adding zip feature (#2752) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5dcdee0dd1..0423ca3af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,6 +88,7 @@ default = [ "post", "fetch", "rich-benchmark", + "zip-support" ] extra = ["default", "binaryview", "tree", "clipboard-cli", "trash-support", "start", "bson", "sqlite", "s3", "chart", "xpath", "selector"] stable = ["default"] @@ -104,6 +105,7 @@ post = ["nu_plugin_post"] ps = ["nu_plugin_ps"] sys = ["nu_plugin_sys"] textview = ["nu_plugin_textview"] +zip-support = ["nu-cli/zip"] # Extra binaryview = ["nu_plugin_binaryview"]