lib

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

commit f7c58ca521095f985355e27d034ee1b69d9aade0
parent 52430c160fcd4984ab884031872769f2cead8c21
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:14:55 +0000

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

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

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