Skip to content

Commit fd051d5

Browse files
committed
feat: update to iroh 0.33
1 parent 1206f5e commit fd051d5

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

browser-chat/Cargo.lock

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

browser-chat/Cargo.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ members = ["shared", "cli", "browser-wasm"]
44

55
[workspace.dependencies]
66
# we define iroh dependencies here to make upgrading easier.
7-
iroh = { version = "0.32", default-features = false }
8-
iroh-base = { version = "0.32", default-features = false, features = ["ticket"] }
9-
iroh-gossip = { version = "0.32", default-features = false, features = ["net"] }
10-
11-
[patch.crates-io]
12-
# patching iroh until release
13-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
14-
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
15-
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip.git", branch = "main" }
7+
iroh = { version = "0.33", default-features = false }
8+
iroh-base = { version = "0.33", default-features = false, features = ["ticket"] }
9+
iroh-gossip = { version = "0.33", default-features = false, features = ["net"] }

0 commit comments

Comments
 (0)