Skip to content

Commit 3b4574b

Browse files
authored
chore: version bump and upgrade to [email protected] (#43)
1 parent d3f6d73 commit 3b4574b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-c-ffi"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

@@ -19,8 +19,8 @@ required-features = ["headers"] # Do not build unless generating headers.
1919
[dependencies]
2020
anyhow = "1.0.79"
2121
bytes = "1.5.0"
22-
iroh = { version = "0.32", features = ["discovery-local-network"] }
23-
iroh-base = { version = "0.32", features = ["ticket"] }
22+
iroh = { version = "0.33", features = ["discovery-local-network"] }
23+
iroh-base = { version = "0.33", features = ["ticket"] }
2424
once_cell = "1.19.0"
2525
rand = "0.8.5"
2626
safer-ffi = { version = "0.1.5" }

0 commit comments

Comments
 (0)