lib

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

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

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

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

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