Skip to content

Commit 8f4eb7b

Browse files
authored
chore: update examples to use iroh 0.91 (#128)
* chore(frosty): update to latest iroh * chore(extism): update to latest iroh and iroh-blobs * chore(browser-chat): update to latest iroh and iroh-gossip * chore(browser-echo): update to latest iroh and iroh-gossip * chore(dumbpipe-web): update to latest iroh and iroh-gossip * chore(iroh-gateway): update to latest iroh * chore(iroh-automerge): update to latest iroh * chore(framed-messages): update to latest iroh * chore(tauri-todo): upgrade to latest iroh
1 parent 5eb25a8 commit 8f4eb7b

File tree

25 files changed

+1868
-2289
lines changed

25 files changed

+1868
-2289
lines changed

browser-chat/Cargo.lock

Lines changed: 179 additions & 93 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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.90", default-features = false }
8-
iroh-base = { version = "0.90", default-features = false, features = ["ticket"] }
9-
iroh-gossip = { version = "0.90", default-features = false, features = ["net"] }
7+
iroh = { version = "0.91", default-features = false }
8+
iroh-base = { version = "0.91", default-features = false, features = ["ticket"] }
9+
iroh-gossip = { version = "0.91", default-features = false, features = ["net"] }

browser-echo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async-channel = "2.3.1"
1717
clap = { version = "4.5.30", features = ["derive"], optional = true }
1818
console_error_panic_hook = "0.1.7"
1919
getrandom = { version = "0.3", features = ["wasm_js"] }
20-
iroh = { version = "0.90", default-features = false }
20+
iroh = { version = "0.91", default-features = false }
2121
n0-future = "0.1.2"
2222
serde = "1.0.217"
2323
serde-wasm-bindgen = "0.6.5"

browser-echo/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"author": "n0 team",
1010
"license": "Apache-2.0 OR MIT",
1111
"dependencies": {
12-
"http-server": "^14.1.1"
12+
"build": "^0.1.4",
13+
"http-server": "^14.1.1",
14+
"npm": "^10.9.3",
15+
"run": "^1.5.0",
16+
"serve": "^14.2.4"
1317
}
1418
}

0 commit comments

Comments
 (0)