Skip to content

Commit

Permalink
chore: upgrade to iroh-net v0.22.0 and upgrade iroh-net-ffi to 0.22.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox authored Aug 6, 2024
1 parent 9748092 commit 4c252da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-net-ffi"
version = "0.20.0"
version = "0.22.0"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand All @@ -19,7 +19,7 @@ required-features = ["headers"] # Do not build unless generating headers.
[dependencies]
anyhow = "1.0.79"
bytes = "1.5.0"
iroh-net = { version = "0.21", features = ["local_swarm_discovery"] }
iroh-net = { version = "0.22", features = ["local_swarm_discovery"] }
once_cell = "1.19.0"
quinn = { version = "0.10.5", package = "iroh-quinn" }
safer-ffi = { version = "0.1.5" }
Expand Down
Binary file modified multi-thread-client
Binary file not shown.
Binary file modified multi-thread-server
Binary file not shown.
Binary file modified single-thread-server
Binary file not shown.

0 comments on commit 4c252da

Please sign in to comment.