cargo/crates
Ed Page 576f901f81 fix(log): Use a more compact relative-time format
This changes logged messages from
```
2023-08-23T01:01:59.922018Z DEBUG cargo::core::compiler::fingerprint: filesystem up-to-date "/home/epage/src/personal/dump"
```
To
```
   0.041729583s DEBUG cargo::core::compiler::fingerprint: filesystem up-to-date "/home/epage/src/personal/dump"
```
Benefits
- Less horizontal space taken up in boilerplate
- Easier to compare within a run

Downsides
- Harder to correlate with other processes, like with crates.io server
  operations

This gives us up to 4 digits for seconds which should be sufficient for
cargo build times.

We could make this more compact by dropping the digits of precision from
9 to 6 but that would require a custom Timer which might be a paint to
keep in sync between packages.
2023-08-22 20:34:07 -05:00
..
cargo-platform chore(platform): Version bump 2023-07-17 13:21:41 -05:00
cargo-test-macro refactor: Provide workspace-level default license 2023-07-17 13:21:41 -05:00
cargo-test-support chore(deps): update alpine docker tag to v3.18 2023-08-01 02:18:33 +00:00
cargo-util chore(cargo-util): bump version to 0.2.6 2023-08-16 20:06:40 +01:00
crates-io refactor(crates-io): use thiserror 2023-07-18 22:22:47 +01:00
home chore: update home to 0.5.7 2023-07-26 11:26:49 +01:00
mdman refactor: Provide workspace-level default license 2023-07-17 13:21:41 -05:00
resolver-tests refactor: Update resolver-tests to 2021 edition 2023-07-17 13:21:41 -05:00
semver-check Support hidden lines. 2023-08-17 18:18:10 -07:00
xtask-build-man refactor: Provide a workspace-level default edition 2023-07-17 13:21:40 -05:00
xtask-bump-check fix(log): Use a more compact relative-time format 2023-08-22 20:34:07 -05:00
xtask-stale-label refactor: Provide a workspace-level default edition 2023-07-17 13:21:40 -05:00