lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 5caebf33720e875aadfb3623730e0e13c3b4d0cf
parent 0c710067c070b869ae5c34953337de9ef59204d7
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:14:58 +0000

build: set `xtask` version to 0.1.0-alpha.1

Diffstat:
Mcrates/xtask/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version.workspace = true +version = "0.1.0-alpha.1" edition.workspace = true rust-version.workspace = true license.workspace = true