field_lib

Cross-platform Rust runtime for Radroots iOS and Android apps
git clone https://radroots.dev/git/field_lib.git
Log | Files | Refs | README | LICENSE

commit 045605656d73853b5d40e878b69c49a832ee79d0
parent abe248e1a4c41d37bf52d399a87e207c9dc7f307
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:14:54 +0000

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

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

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