nushell/crates/nu-command/src/debug
YizhePKU 740fe942c1 Reduce duplicate dependencies on the windows crate (#14105)
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?)
2024-10-20 23:14:11 +02:00
..
ast.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
debug_.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
explain.rs Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
info.rs Reduce duplicate dependencies on the windows crate (#14105) 2024-10-20 23:14:11 +02:00
inspect_table.rs fix inspect and explore panics on empty records (#13893) 2024-09-25 07:48:16 -05:00
inspect.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
metadata_access.rs add metadata access command (#13785) 2024-09-11 12:44:06 -05:00
metadata_set.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
metadata.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
mod.rs add metadata access command (#13785) 2024-09-11 12:44:06 -05:00
profile.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
timeit.rs Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
view_files.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
view_ir.rs Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
view_source.rs view source: add content_type metadata (#13859) 2024-09-23 06:42:52 -05:00
view_span.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
view.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00