Update statx to Linux 6.14 - #1467
Open
ginnyTheCat wants to merge 2 commits into
Open
ginnyTheCat wants to merge 2 commits into
ginnyTheCat wants to merge 2 commits into
Conversation
Member
|
I took the liberty of rebasing on trunk, which already had the |
Member
|
Ah, this still depends on rust-lang/libc#4401. |
Just FYI. |
Author
|
Thanks for letting us know. Sadly it's not in a 0.2 release yet. |
Contributor
|
@ginnyTheCat merge conflicts need to be resolved |
Author
|
I'm aware of that, but until there is a libc 0.2.190 release the CI is just gonna fail again afaik. |
Contributor
|
You could convert to draft and continue development with the unreleased libc 0.2.190 by adding this to Cargo.toml: [patch.crates-io]
libc = { git = "https://github.com/rust-lang/libc", branch = "libc-0.2" } |
Author
|
Ah, because of #1676. Now i understand. I will try that, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #1385. Waiting on sunfishcode/linux-raw-sys#155 + release and libc 0.2.190 for all constants.