-
Notifications
You must be signed in to change notification settings - Fork 3
chore: fix minimal crates and update igd-next #19
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
base: main
Are you sure you want to change the base?
Conversation
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/net-tools/pr/19/docs/iroh_gossip/ Last updated: 2025-04-03T13:20:55Z |
@link2xt I am trying to reduce the chaos that is rtnetlink, could you check if this version still works for you? |
.github/workflows/tests.yaml
Outdated
release-arch: aarch64 | ||
runner: [self-hosted, macOS, ARM64] | ||
steps: | ||
- uses: actions/checkout@v2 |
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 an ancient version of the checkout action that's probably deprecated. Please use @v4
.
Cargo.toml
Outdated
@@ -37,3 +37,6 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)"] } | |||
|
|||
[workspace.lints.clippy] | |||
unused-async = "warn" | |||
|
|||
[patch.crates-io] | |||
n0-future = { git = "https://github.com/n0-computer/n0-future", 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.
Needs to be removed before merging
This at least compiles in chatmail/core#6687 I also tested that backup transfer works. |
thanks @link2xt that's great news, as this means we can stop carrying two different versions of netlink |
26d8425
to
8212a5c
Compare
This is currently blocked on a release of rust-netlink/netlink-packet-route#161 to restore android |
Depends on n0-computer/n0-future#3