LACT
LACT copied to clipboard
Update nix requirement from 0.23 to 0.25
Updates the requirements on nix to permit the latest version.
Changelog
Sourced from nix's changelog.
[0.25.0] - 2022-08-13
Added
- Added
faccessat
(#1780)- Added
memfd
on Android. (#1773)- Added
ETH_P_ALL
toSockProtocol
enum (#1768)- Added four non-standard Linux
SysconfVar
variants (#1761)- Added const constructors for
TimeSpec
andTimeVal
(#1760)- Added
chflags
. (#1758)- Added
aio_writev
andaio_readv
. (#1713)- impl
From<uid_t>
forUid
andFrom<gid_t>
forGid
(#1727)- impl
From<SockaddrIn>
forstd::net::SocketAddrV4
and implFrom<SockaddrIn6>
forstd::net::SocketAddrV6
. (#1711)- Added support for the
x86_64-unknown-haiku
target. (#1703)- Added
ptrace::read_user
andptrace::write_user
for Linux. (#1697)- Added
getrusage
and helper typesUsageWho
andUsage
(#1747)- Added the
DontRoute
SockOpt (#1752)- Added
signal::SigSet::from_sigset_t_unchecked()
. (#1741)- Added the
Ipv4OrigDstAddr
sockopt and control message. (#1772)- Added the
Ipv6OrigDstAddr
sockopt and control message. (#1772)- Added the
Ipv4SendSrcAddr
control message. (#1776)Changed
- Rewrote the aio module. The new module:
- Does more type checking at compile time rather than runtime.
- Gives the caller control over whether and when to
Box
an aio operation.- Changes the type of the
priority
arguments toi32
.- Changes the return type of
aio_return
tousize
. (#1713)nix::poll::ppoll
:sigmask
parameter is now optional. (#1739)- Changed
gethostname
to return an ownedOsString
.
... (truncated)
Commits
4d4754a
(cargo-release) version 0.25.09a0083d
Merge #179592c76bd
[skip ci] reformat CHANGELOG prior to 0.25.0 releasee4eeb9a
Merge #179442ca951
Reenable cargo-hack in CI5252f7e
Merge #178229fe67d
feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSDffc793e
Merge #1776a9861d8
Merge #1785217c3b5
fix CI error- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)