Revert "Allow using the system's copy of zstd for Polars (#6232)" (#6292)

This reverts commit 9f131d998d.
This commit is contained in:
Darren Schroeder
2022-08-10 13:26:04 -05:00
committed by GitHub
parent 8f9bd4a299
commit ce26ef97e4
3 changed files with 0 additions and 5 deletions

View File

@ -89,7 +89,6 @@ reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
wax = { version = "0.5.0", features = ["diagnostics"] }
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }
zstd = { version = "*", optional = true }
[target.'cfg(unix)'.dependencies]
umask = "2.0.0"
@ -125,7 +124,6 @@ trash-support = ["trash"]
which-support = ["which"]
plugin = ["nu-parser/plugin"]
dataframe = ["polars", "num"]
system-zstd = ["zstd/pkg-config"]
database = ["sqlparser", "rusqlite"]
[build-dependencies]