radicle-heartwood-lfs/crates/radicle-localtime
Adrian Duke 001aba0d29 clippy: Deny and fix `fallible_impl_from`
Instead of changing `impl From<SystemTime> for LocalTime` to `TryFrom`,
the implementation was removed, as there are not many callsites, and
they are well served by `LocalTime::now`.

radicle-localtime: drop TryFrom SystemTime

radicle-node: switch SystemTime usage with LocalTime
2026-01-16 22:52:18 +01:00
..
src clippy: Deny and fix `fallible_impl_from` 2026-01-16 22:52:18 +01:00
Cargo.toml localtime: localise the localtime dependency 2026-01-08 14:58:41 +01:00