feat: fix minimal crates selection#3255
Conversation
|
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3255/docs/iroh/ Last updated: 2025-05-06T12:24:56Z |
| [patch.crates-io] | ||
| n0-future = { git = "https://github.com/n0-computer/n0-future", branch = "minimal-versions" } | ||
| portmapper = { git = "https://github.com/n0-computer/net-tools", branch = "minimal-versions" } | ||
| netwatch = { git = "https://github.com/n0-computer/net-tools", branch = "minimal-versions" } |
There was a problem hiding this comment.
I know this is blocked on these, but just adding a comment to not forget.
|
@dignifiedquire the Wasm failure is due to |
| stun-rs = "0.1.11" | ||
| thiserror = "2" | ||
| tokio = { version = "1", features = [ | ||
| tokio = { version = "1.44.1", features = [ |
There was a problem hiding this comment.
That's pretty recent. On the plus side it allows using https://docs.rs/tokio/latest/tokio/sync/oneshot/struct.Receiver.html#method.is_terminated I think...
- update pkarr - use workspace tokio - explicitly specify tokio version until iroh minimal crates issues are solved n0-computer/iroh#3255
cef51a9 to
52427e0
Compare
52427e0 to
21897ea
Compare
7815f1e to
083d414
Compare
Depends on