Skip to content

Commit 134a93b

Browse files
chore: Release
1 parent d925da4 commit 134a93b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh-net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-net"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
edition = "2021"
55
readme = "README.md"
66
description = "networking support for iroh"

iroh-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "1.0.91"
1515
futures-buffered = "0.2.9"
1616
futures-lite = "2.3.0"
1717
futures-util = "0.3.31"
18-
iroh-net = { version = "0.28.0", path = "../iroh-net" }
18+
iroh-net = { version = "0.28.1", path = "../iroh-net" }
1919
tokio = "1.41.0"
2020
tokio-util = "0.7.12"
2121
tracing = "0.1.40"

0 commit comments

Comments
 (0)