radicle-heartwood-lfs/crates/radicle-node
Fintan Halpenny a46f8eb1d5 node: use `outbound.get` over `outbound.get_mut`
The following block did not need mutable access to the `outbound`
value.

To avoid confusion around mutable access, the call was downgraded to
`get` so that the reader can safely know there is no mutation
happening.
2026-01-05 17:45:54 +01:00
..
src node: use `outbound.get` over `outbound.get_mut` 2026-01-05 17:45:54 +01:00
Cargo.toml workspace: A Little Less `git2` 2025-10-13 16:14:23 +02:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00