radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb 3bc8abdc29
radicle/node/config: Use `IndexSet`
With `connect: std::collections::HashSet`, we suffer unpredictable reordering
of values in our test cases.

Use `connect: indexmap::IndexSet` instead, which preserves insertion
order for iteration.
2026-04-27 17:36:20 +02:00
..
src radicle/node/config: Use `IndexSet` 2026-04-27 17:36:20 +02:00
CHANGELOG.md radicle: Prevent `RAD_SOCKET` from polluting tests 2026-04-09 17:53:49 +02:00
Cargo.toml radicle/node/config: Use `IndexSet` 2026-04-27 17:36:20 +02:00
build.rs radicle: Add Version to User Agent 2026-04-02 16:26:46 +01:00