From ee81030600294238531a3cf62166b7f418a90300 Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Thu, 24 Nov 2022 18:25:59 -0800 Subject: [PATCH] remove zstd warning message --- crates/nu-command/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 1a82c93e51..fa62c3b5bb 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -91,7 +91,7 @@ reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]} wax = { version = "0.5.0" } rusqlite = { version = "0.28.0", features = ["bundled"], optional = true } sqlparser = { version = "0.23.0", features = ["serde"], optional = true } -zstd-sys = "=2.0.1+zstd.1.5.2" +zstd-sys = "2.0.1" [target.'cfg(windows)'.dependencies] winreg = "0.10.1"