Commit Graph
14 Commits
Author SHA1 Message Date
Sylvestre Ledru a2b5380e27 refactor: remove nix from uucore and date, complete source migration
- Remove nix dependency from uucore Cargo.toml
- Remove nix error conversion impls from error.rs, replace with rustix
- Migrate date's clock_settime/clock_getres from nix to rustix::time
- Replace nix dependency with rustix in date's Cargo.toml
- Update test nix features for test utilities that still need it

The nix crate is now completely removed from all source code (src/).
It remains only as a dev-dependency for test code.
2026-04-21 00:37:27 +02:00
xtqqczzeandDaniel Hofstetter 4e68e67416 Remove authors from Cargo metadata (per RFC 3052) 2026-04-16 09:55:50 +02:00
xtqqczzeandDaniel Hofstetter 580b0053ef chore(deps): update rust crate pretty_assertions to v1.4.1 2026-03-15 13:40:38 +01:00
xtqqczzeandDaniel Hofstetter 3d56517f7f Add rust-version field to all Cargo.toml files 2026-02-07 14:56:50 +01:00
✿ Fleur de BlueandGitHub 01f3e32d16 chore: Enable workspace lints in uutest crate (#10727) 2026-02-05 08:08:39 +01:00
xtqqczze 710fc1be3d fix(deps): refactor rlimit package configuration 2026-01-24 10:59:35 +00:00
xtqqczze bd7e523ef3 fix(deps): refactor xattr package configuration 2026-01-23 17:34:05 +00:00
xtqqczzeandDaniel Hofstetter f19b9f0066 fix(deps): refactor nix package configuration 2026-01-23 10:54:20 +01:00
Nicolas Boichat 95bbaaa552 tests/uutests/Cargo.toml: Pull ctor from workspace 2025-08-11 11:04:04 +08:00
Yuri Astrakhan 4fa9af4953 chore: cleanup unused dependencies 2025-07-02 19:47:23 -04:00
Yuri AstrakhanandGitHub 60c55d7c07 chore: cleanup workspace crates (#8058)
* chore: cleanup workspace crates

* properly add all crates to the workspace cargo.toml as members
  * except `fuzz` because it still has some issues, TBD
* use quotes around `true` and `false` to ensure there is no bool confusion
* remove a few leftover readme comments
* mark all unpublishable crates as `publish = false` to avoid accidental publishing
* Add `uutests` to the main workspace

* grammar

* a bit more cleanup based on feedback

* revert true/false

* Update tests/benches/factor dependencies
2025-06-06 13:56:08 +02:00
jsondevers 2e1c91f682 fixed link to repo on uutests docs 2025-04-26 18:36:21 -07:00
Yuri Astrakhan 895b208391 Consolidate crate config in workspace
Make all common data like version, edition, license, ... be managed in one central workspace. This makes management much simpler
2025-04-10 16:52:01 -04:00
Sylvestre Ledru 50fe623447 Create the uutest crate + adjust the code
+ move some of the tests into the program test
2025-03-28 21:40:31 +01:00