We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[email protected]
1 parent d3f6d73 commit 3b4574bCopy full SHA for 3b4574b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "iroh-c-ffi"
3
-version = "0.32.0"
+version = "0.33.0"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
@@ -19,8 +19,8 @@ required-features = ["headers"] # Do not build unless generating headers.
19
[dependencies]
20
anyhow = "1.0.79"
21
bytes = "1.5.0"
22
-iroh = { version = "0.32", features = ["discovery-local-network"] }
23
-iroh-base = { version = "0.32", features = ["ticket"] }
+iroh = { version = "0.33", features = ["discovery-local-network"] }
+iroh-base = { version = "0.33", features = ["ticket"] }
24
once_cell = "1.19.0"
25
rand = "0.8.5"
26
safer-ffi = { version = "0.1.5" }
0 commit comments