-
Notifications
You must be signed in to change notification settings - Fork 229
feat: fix minimal crates selection #3255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
Cargo.toml
Outdated
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is blocked on these, but just adding a comment to not forget.
@dignifiedquire the Wasm failure is due to |
thiserror = "2" | ||
tokio = { version = "1", features = [ | ||
tokio = { version = "1.44.1", features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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