Bump nix to 0.31#695
Merged
Merged
Conversation
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.
Bumps
nixfrom 0.30 to 0.31.This is a pure dependency refresh for fuser. None of the nix 0.31.0 breaking changes touch the modules fuser uses (
fs,user,poll,socket,uio,mount,process,ioctl): the 0.31 changes are limited toEpollEventmethods becomingconst, removal ofEq/PartialEqonSigHandler, NetBSD'sIFF_NOTRAILERS, and new Android UDP GSO/GRO socket options. No code changes are required; the diff is just the twoCargo.tomlversion specifiers.Verified locally:
cargo build --all --all-targets,cargo clippy --all-targets,cargo test --all(the live-mount test skipped), andcargo fmt --checkall pass. nix 0.31.3's MSRV is 1.69, so the MSRV job is unaffected.Motivation: downstream crates that already depend on nix 0.31 currently have to keep a second nix 0.30 in their tree solely for fuser; this lets them resolve to a single nix version.