Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 4, 2024
1 parent d925da4 commit 134a93b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion iroh-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 134a93b

Please sign in to comment.