lib

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

commit 23f4b2ef0ddc3a65a777277114f858f561c765aa
parent 96c297b9e4c0a5ca24ec60ef45b7b156dfea279a
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:14:57 +0000

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

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

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