mirror of
https://github.com/nushell/nushell.git
synced 2025-04-26 22:28:19 +02:00
Nushell currently depends on three different versions of the `windows` crate: `0.44.0`, `0.52.0`, and `0.54.0`. This PR bumps several dependencies so that the `nu` binary only depends on `0.56.0`. On my machine, this PR makes `cargo build` about 10% faster. The polars plugin still uses its own version of the `windows` crate though, which is not ideal. We'll need to bump the `polars` crate to fix that, but it breaks a lot of our code. (`polars 1.0` release anyone?) |
||
---|---|---|
.. | ||
ast.rs | ||
debug_.rs | ||
explain.rs | ||
info.rs | ||
inspect_table.rs | ||
inspect.rs | ||
metadata_access.rs | ||
metadata_set.rs | ||
metadata.rs | ||
mod.rs | ||
profile.rs | ||
timeit.rs | ||
view_files.rs | ||
view_ir.rs | ||
view_source.rs | ||
view_span.rs | ||
view.rs |