iuna

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

commit 3599a34a5d7a4c7fa1f5ef695d2a2d9c6150358d
parent 6b35a3cc92c66fda141cb70b2bba2087286858d5
Author: Joris Hartog <jorishartog@hotmail.com>
Date:   Mon,  3 Aug 2026 09:46:35 +0200

Release 0.2.9

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