iuna

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

commit 5e327612645f168f0e3956b0834f4f18ed6798ad
parent 1811d713a382aceec23c1c73d0e10ae5ceaba846
Author: Joris Hartog <jorishartog@hotmail.com>
Date:   Sun,  2 Aug 2026 21:59:28 +0200

Release 0.2.8

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

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