Skip to content

Commit

Permalink
Merge pull request #879 from andrewdavidmackenzie/iroh_wasm
Browse files Browse the repository at this point in the history
iroh 0.33 has wasm support included
  • Loading branch information
andrewdavidmackenzie authored Feb 26, 2025
2 parents 655836f + 6f5ffa1 commit 9f4fe14
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion piggui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ iced_aw = { version = "0.12", default-features = false, features = ["menu"] }
serde_json = { version = "1.0.139", default-features = false, features = ["std"] }

iroh = { version = "0.33.0", default-features = false, optional = true }
#iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "matheus23/iroh-browser", default-features = false, optional = true }
mdns-sd = { version = "0.13.2", default-features = false, features = ["async"], optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
1 change: 0 additions & 1 deletion piglet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ clap = { version = "4.5.31", default-features = false, features = ["std", "help"
serde_json = { version = "1.0.139", default-features = false, features = ["std"] }

iroh = { version = "0.33.0", default-features = false, optional = true }
#iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "matheus23/iroh-browser", default-features = false, optional = true }
portpicker = { version = "0.1.1", default-features = false, optional = true }
local-ip-address = { version = "0.6.3", default-features = false, optional = true }
mdns-sd = { version = "0.13.2", default-features = false, optional = true }
Expand Down
1 change: 0 additions & 1 deletion pignet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async-std = "1.13.0"

tokio = { version = "1.43.0", default-features = false, features = ["time"], optional = true }
iroh = { version = "0.33.0", default-features = false, optional = true }
#iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "matheus23/iroh-browser", default-features = false, optional = true }
nusb = { version = "0.1.13", default-features = false, optional = true }
serde = { version = "1.0.218", default-features = false, features = ["derive"], optional = true }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"], optional = true }

0 comments on commit 9f4fe14

Please sign in to comment.