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 37f620d commit 2073bf4
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 24 deletions.
179 changes: 157 additions & 22 deletions 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.27.0"
version = "0.28.0"
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.27.0", path = "../iroh-net" }
iroh-net = { version = "0.28.0", path = "../iroh-net" }
tokio = "1.41.0"
tokio-util = "0.7.12"
tracing = "0.1.40"
Expand Down

0 comments on commit 2073bf4

Please sign in to comment.