cli

Command-line interface for Radroots
git clone https://radroots.dev/git/cli.git
Log | Files | Refs | README | LICENSE

commit f2b9d1f2d108c0c7c1682568693aca3dd8bc6f0b
parent 22408e95e5a01385fe296fb6341e6d8b228f4580
Author: triesap <tyson@radroots.org>
Date:   Wed, 27 May 2026 05:47:39 +0000

build: declare workspace resolver

- add resolver 2 to the standalone Cargo workspace manifest
- satisfy the outer repo identity policy projection for mounted Rust repos
- keep the manifest aligned with Rust 1.92 and edition 2024 policy
- validate with the nested Nix check and test commands

Diffstat:
MCargo.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -15,6 +15,7 @@ name = "radroots" path = "src/main.rs" [workspace] +resolver = "2" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage_nightly)'] }