nushell/crates/nu-command
Stefan Holderbach 96744e3155
Fix cargo b -p nu-command --tests (#11939)
The feature `sqlite` is not active by default on `nu-command`.
Only when building `cargo b --all --tests` would the feature be
activated via `nu`'s feature requirements.

Make the tests conditional

Saw this when double checking the removals from #11938.
Making sure each crate still compiles individually, ensures both that
you can run subcrate tests independently and that the `cargo publish`
run will succeed to build the crate with the default feature set (see
the problems occurring for the `0.90.0` release.
2024-02-25 00:01:29 +01:00
..
src Remove some unnecessary static Vecs (#11947) 2024-02-24 20:58:01 +01:00
tests Fix cargo b -p nu-command --tests (#11939) 2024-02-25 00:01:29 +01:00
Cargo.toml Add date support in from xlsx (#11952) 2024-02-24 07:25:51 -06:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00