iuna

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

commit 033972c1f61b7bd629de7a2e76fe19075dc30641
parent e37d2a3371e1d96e9af5c8fb93eb4f3abe3e968a
Author: Joris Hartog <jorishartog@hotmail.com>
Date:   Tue,  4 Aug 2026 15:54:14 +0200

Release v0.2.19

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.18" +version = "0.2.19" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iuna" -version = "0.2.18" +version = "0.2.19" edition = "2024" license = "Apache-2.0"