radicle-heartwood-lfs/crates/radicle-node
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 core: Introduce RepoId 2026-01-09 14:03:27 +01:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00