mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
This reverts commit 9f131d998d
.
This commit is contained in:
parent
8f9bd4a299
commit
ce26ef97e4
3 changed files with 0 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2657,7 +2657,6 @@ dependencies = [
|
|||
"wax",
|
||||
"which",
|
||||
"windows",
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5627,5 +5626,4 @@ checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
|
|||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
"pkg-config",
|
||||
]
|
||||
|
|
|
@ -94,7 +94,6 @@ trash-support = ["nu-command/trash-support"]
|
|||
|
||||
# Dataframe feature for nushell
|
||||
dataframe = ["nu-command/dataframe"]
|
||||
system-zstd = ["nu-command/system-zstd"]
|
||||
|
||||
# Database commands for nushell
|
||||
database = ["nu-command/database"]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue