lib

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

commit c01fba21b0a58317f9797329b4519261f758ea61
parent 1ea17eeef174fc055c52fdc9d5a43dd2dc6561c7
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:14:54 +0000

build: set `radroots-app-core` version to 0.1.0-alpha.1

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

diff --git a/crates/app-core/Cargo.toml b/crates/app-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "radroots-app-core" -version.workspace = true +version = "0.1.0-alpha.1" edition.workspace = true authors = ["Radroots Authors"] rust-version.workspace = true