Skip to content

Commit d128e7d

Browse files
feat: Implement custom protocol handler (#188)
1 parent 68ed277 commit d128e7d

File tree

26 files changed

+14421
-5923
lines changed

26 files changed

+14421
-5923
lines changed

Cargo.lock

+105-103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-ffi"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
publish = false
66
readme = "README.md"
@@ -35,7 +35,7 @@ async-trait = "0.1.80"
3535
blake3 = "1.3.3"
3636
bytes = "1"
3737
data-encoding = { version = "2.3.3" }
38-
iroh = { version = "0.24.0" }
38+
iroh = { version = "0.25.0" }
3939
iroh-io = { version = "0.6" }
4040
libc = "0.2.141"
4141
num_cpus = { version = "1.15.0" }

Iroh.xcframework/ios-arm64/Iroh.framework/Headers/iroh_ffiFFI.h

+643
Large diffs are not rendered by default.

Iroh.xcframework/ios-arm64_x86_64-simulator/Iroh.framework/Headers/iroh_ffiFFI.h

+643
Large diffs are not rendered by default.

Iroh.xcframework/macos-arm64/Iroh.framework/Headers/iroh_ffiFFI.h

+643
Large diffs are not rendered by default.

IrohLib.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "IrohLib"
3-
spec.version = "0.24.0"
3+
spec.version = "0.25.0"
44
spec.summary = "iroh is a toolkit for building distributed apps"
55
spec.description = <<-DESC
66
Build distributed apps that raise the status quo for your users.

0 commit comments

Comments
 (0)