Skip to content

Nightly (2026-08-01)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Aug 00:57
Immutable release. Only release title and notes can be modified.
836ec5b
deps: don't directly use time for logging (#2182)

Wanted to prune Cargo.toml a tiny bit and noticed I could just use humantime to do this instead of time for logging purposes. Of course I still pull it in via Cargo.lock though.