iuna

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

commit fdec4d09beca36acfdfaa5167c7e491867631d73
parent 21490a3adc6125732f338a19b6d400e250af20c5
Author: Joris Hartog <jorishartog@hotmail.com>
Date:   Wed,  5 Aug 2026 11:19:11 +0200

Release v0.2.20

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