lib

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

commit b02d4d3ab1ad0885e46d3cb3edf515ec4f7efec5
parent 1809e4b82ceec3db90a178f1b6c62af81c010351
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:14:56 +0000

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

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

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