Skip to content

Commit 88b17d0

Browse files
author
“ramfox”
committed
chore: upgrade to latest iroh
1 parent a5f8a50 commit 88b17d0

File tree

2 files changed

+82
-34
lines changed

2 files changed

+82
-34
lines changed

Cargo.lock

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

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures-lite = "2.3.0"
1919
futures-sink = "0.3.30"
2020
futures-util = { version = "0.3.30", features = ["sink"] }
2121
hyper = { version = "0.14.16", features = ["full"], optional = true }
22-
iroh = { version = "0.33", optional = true }
22+
iroh = { version = "0.34", optional = true }
2323
pin-project = "1"
2424
quinn = { package = "iroh-quinn", version = "0.13", optional = true }
2525
serde = { version = "1", features = ["derive"] }
@@ -101,6 +101,3 @@ required-features = ["flume-transport"]
101101

102102
[workspace]
103103
members = ["examples/split/types", "examples/split/server", "examples/split/client", "quic-rpc-derive"]
104-
105-
[patch.crates-io]
106-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }

0 commit comments

Comments
 (0)