iuna

iuna - experimental devnet protocol
git clone https://iuna.jhx.app/git/iuna.git
Log | Files | Refs | README | LICENSE

commit a70b7f796ded9a81bfdd6e698582fcfd997f7f21
parent 6a9c99f2655fd1d4065e79f25baa9ace778e3829
Author: Joris Hartog <jorishartog@hotmail.com>
Date:   Wed, 29 Jul 2026 16:00:38 +0200

Bump version to 0.1.13

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -502,7 +502,7 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "iuna" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iuna" -version = "0.1.12" +version = "0.1.13" edition = "2024" license = "Apache-2.0"