From 134a93b5a60103b3ce8fa4aacb52cdbcb291d00b Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 4 Nov 2024 20:53:04 +0100 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- iroh-net/Cargo.toml | 2 +- iroh-router/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a04c84bd3..f2b02dbc03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2957,7 +2957,7 @@ dependencies = [ [[package]] name = "iroh-net" -version = "0.28.0" +version = "0.28.1" dependencies = [ "anyhow", "axum", diff --git a/iroh-net/Cargo.toml b/iroh-net/Cargo.toml index 5342d7392c..ce40bc7b77 100644 --- a/iroh-net/Cargo.toml +++ b/iroh-net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iroh-net" -version = "0.28.0" +version = "0.28.1" edition = "2021" readme = "README.md" description = "networking support for iroh" diff --git a/iroh-router/Cargo.toml b/iroh-router/Cargo.toml index dd50b7797b..95d24ea1f2 100644 --- a/iroh-router/Cargo.toml +++ b/iroh-router/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.91" futures-buffered = "0.2.9" futures-lite = "2.3.0" futures-util = "0.3.31" -iroh-net = { version = "0.28.0", path = "../iroh-net" } +iroh-net = { version = "0.28.1", path = "../iroh-net" } tokio = "1.41.0" tokio-util = "0.7.12" tracing = "0.1.40"