Skip to content

Commit ad7cf7f

Browse files
authored
chore: Update almost all examples to iroh rc (#161)
* Update almost all examples to iroh rc Except frosty because of ed25519-dalek = "=3.0.0-pre.6 * Update wasm-bindgen for whatever reason
1 parent f0fb720 commit ad7cf7f

23 files changed

Lines changed: 2867 additions & 3878 deletions

File tree

browser-blobs/Cargo.lock

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

browser-blobs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ bytes = "1.10.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.98", default-features = false, features = ["tls-ring"] }
21-
iroh-blobs = { version = "0.100", default-features = false }
20+
iroh = { version = "1.0.0-rc.0", default-features = false, features = ["tls-ring"] }
21+
iroh-blobs = { version = "0.101", default-features = false }
2222
js-sys = "0.3.77"
2323
tokio = { version = "1.44.0", default-features = false, features = ["sync"] }
2424
tracing = "0.1.40"
2525
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2626
tracing-subscriber-wasm = "0.1.0"
27-
wasm-bindgen = "=0.2.118"
27+
wasm-bindgen = "=0.2.121"
2828
wasm-bindgen-futures = "0.4"
2929

3030
[features]

0 commit comments

Comments
 (0)