radicle-heartwood-lfs/crates/radicle-cli
Lorenz Leutgeb 727e4e72c7 radicle-cli/debug: Use `BTreeMap` for consistent ordering
A `HashMap` does not guarantee a consistent iteration order. It is
desirable that all environment variables are printed in a consistent
order.

Use a `BTreeMap` which guarantees a consistent iteration order.
2025-06-18 15:55:54 +02:00
..
examples chore: Remove `seed.radicle.xyz` 2025-06-18 14:45:54 +02:00
src radicle-cli/debug: Use `BTreeMap` for consistent ordering 2025-06-18 15:55:54 +02:00
tests chore: Remove `seed.radicle.xyz` 2025-06-18 14:45:54 +02:00
Cargo.toml repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00