Skip to content

Commit

Permalink
feat: upgrade to iroh@0.28.1 (#203)
Browse files Browse the repository at this point in the history
* feat: upgrade to iroh@0.28.1

* test: improve python reliabilty test
  • Loading branch information
dignifiedquire authored Nov 5, 2024
1 parent a49b5ce commit 735a03d
Show file tree
Hide file tree
Showing 17 changed files with 3,516 additions and 964 deletions.
987 changes: 681 additions & 306 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-ffi"
version = "0.27.0"
version = "0.28.1"
edition = "2021"
publish = false
readme = "README.md"
Expand Down Expand Up @@ -35,7 +35,7 @@ async-trait = "0.1.80"
blake3 = "1.3.3"
bytes = "1"
data-encoding = { version = "2.3.3" }
iroh = { version = "0.27.0" }
iroh = { version = "0.28.1" }
iroh-io = { version = "0.6" }
libc = "0.2.141"
num_cpus = { version = "1.15.0" }
Expand All @@ -53,6 +53,7 @@ serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
futures-lite = "2.3.0"
derive_more = { version = "1.0.0", features = ["debug"] }
iroh-gossip = "0.28.1"

[dev-dependencies]
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion IrohLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "IrohLib"
spec.version = "0.27.0"
spec.version = "0.28.1"
spec.summary = "iroh is a toolkit for building distributed apps"
spec.description = <<-DESC
Build distributed apps that raise the status quo for your users.
Expand Down
Loading

0 comments on commit 735a03d

Please sign in to comment.