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 abe248e1a4c41d37bf52d399a87e207c9dc7f307
parent bbd7647b46826260354321ac4af893b22bd8ba0c
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:14:54 +0000

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

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

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