-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Re-add posix_spawn{_file_actions_t,attr_t}
on Android
#3690
Merged
Conversation
This file contains 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
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
Co-authored-by: Jorge Aparicio <[email protected]>
tesuji
force-pushed
the
android-posix-spawn
branch
from
May 9, 2024 14:03
93d0af6
to
b2b2fd7
Compare
madsmtm
approved these changes
May 9, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
May 17, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
May 17, 2024
Oops. Cirrus CI cannot start
|
Does this have to be applied to main too? afaict the types don't exist there either. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 20, 2024
Update libc to 0.2.155 Motivation: To fix `-Zbuild-std` / Xargo for visionOS targets. EDIT: Blocked on ~rust-lang/libc#3608 / rust-lang/libc#3609 ~rust-lang/libc#3682 and rust-lang/libc#3690 No longer blocked.
RalfJung
pushed a commit
to RalfJung/miri
that referenced
this pull request
May 22, 2024
Update libc to 0.2.155 Motivation: To fix `-Zbuild-std` / Xargo for visionOS targets. EDIT: Blocked on ~rust-lang/libc#3608 / rust-lang/libc#3609 ~rust-lang/libc#3682 and rust-lang/libc#3690 No longer blocked.
flip1995
pushed a commit
to flip1995/rust-clippy
that referenced
this pull request
May 24, 2024
Update libc to 0.2.155 Motivation: To fix `-Zbuild-std` / Xargo for visionOS targets. EDIT: Blocked on ~rust-lang/libc#3608 / rust-lang/libc#3609 ~rust-lang/libc#3682 and rust-lang/libc#3690 No longer blocked.
bors
referenced
this pull request
in rust-lang/cargo
Jun 3, 2024
chore(deps): update compatible [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anstream](https://github.com/rust-cli/anstyle) | workspace.dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://github.com/rust-cli/anstyle) | workspace.dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.82` -> `1.0.86` | | [libc](https://github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.154` -> `0.2.155` | | [opener](https://github.com/Seeker14491/opener) | workspace.dependencies | patch | `0.7.0` -> `0.7.1` | | [security-framework](https://lib.rs/crates/security_framework) ([source](https://github.com/kornelski/rust-security-framework)) | workspace.dependencies | minor | `2.10.0` -> `2.11.0` | | [semver](https://github.com/dtolnay/semver) | workspace.dependencies | patch | `1.0.22` -> `1.0.23` | | [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.199` -> `1.0.203` | | [serde-untagged](https://github.com/dtolnay/serde-untagged) | workspace.dependencies | patch | `0.1.5` -> `0.1.6` | | [serde_json](https://github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.116` -> `1.0.117` | | [thiserror](https://github.com/dtolnay/thiserror) | workspace.dependencies | patch | `1.0.59` -> `1.0.61` | --- ### Release Notes <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://github.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#​373](https://github.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://github.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#​368](https://github.com/dtolnay/anyhow/issues/368), [#​371](https://github.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://github.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#​367](https://github.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://github.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#​363](https://github.com/dtolnay/anyhow/issues/363)) </details> <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.155`](https://github.com/rust-lang/libc/releases/tag/0.2.155) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155) #### What's Changed - Add `SYS_lseek` and `SYS_mmap` for aarch64 Android by [`@​lberrymage](https://github.com/lberrymage)` in [https://github.com/rust-lang/libc/pull/3632](https://github.com/rust-lang/libc/pull/3632) - Correct the value of FAN_MARK_IGNORE by [`@​severen](https://github.com/severen)` in [https://github.com/rust-lang/libc/pull/3622](https://github.com/rust-lang/libc/pull/3622) - Update FreeBSD 13 CI image by [`@​JohnTitor](https://github.com/JohnTitor)` in [https://github.com/rust-lang/libc/pull/3671](https://github.com/rust-lang/libc/pull/3671) - android: add FUTEX_LOCK_PI2 by [`@​rtzoeller](https://github.com/rtzoeller)` in [https://github.com/rust-lang/libc/pull/3635](https://github.com/rust-lang/libc/pull/3635) - Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by [`@​purplesyringa](https://github.com/purplesyringa)` in [https://github.com/rust-lang/libc/pull/3676](https://github.com/rust-lang/libc/pull/3676) - Revert "Support posix_spawn on Android" by [`@​JohnTitor](https://github.com/JohnTitor)` in [https://github.com/rust-lang/libc/pull/3678](https://github.com/rust-lang/libc/pull/3678) - Unlock ci: fix wrong cfg emscripten by [`@​tesuji](https://github.com/tesuji)` in [https://github.com/rust-lang/libc/pull/3684](https://github.com/rust-lang/libc/pull/3684) - redox: correct EPOLL constants by [`@​jackpot51](https://github.com/jackpot51)` in [https://github.com/rust-lang/libc/pull/3686](https://github.com/rust-lang/libc/pull/3686) - \[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by [`@​cuviper](https://github.com/cuviper)` in [https://github.com/rust-lang/libc/pull/3708](https://github.com/rust-lang/libc/pull/3708) - Re-add `posix_spawn{_file_actions_t,attr_t}` on Android by [`@​tesuji](https://github.com/tesuji)` in [https://github.com/rust-lang/libc/pull/3690](https://github.com/rust-lang/libc/pull/3690) - Update version to `0.2.155` by [`@​madsmtm](https://github.com/madsmtm)` in [https://github.com/rust-lang/libc/pull/3682](https://github.com/rust-lang/libc/pull/3682) #### New Contributors - [`@​lberrymage](https://github.com/lberrymage)` made their first contribution in [https://github.com/rust-lang/libc/pull/3632](https://github.com/rust-lang/libc/pull/3632) - [`@​purplesyringa](https://github.com/purplesyringa)` made their first contribution in [https://github.com/rust-lang/libc/pull/3676](https://github.com/rust-lang/libc/pull/3676) **Full Changelog**: rust-lang/libc@0.2.154...0.2.155 </details> <details> <summary>Seeker14491/opener (opener)</summary> ### [`v0.7.1`](https://github.com/Seeker14491/opener/blob/HEAD/CHANGELOG.md#071---2024-05-17) [Compare Source](https://github.com/Seeker14491/opener/compare/v0.7.0...v0.7.1) ##### Fixed - On Linux, the `dbus` crate is now only pulled in when enabling the `reveal` feature (as was the case prior to `opener` v0.7.0). - Fixed a Cargo error when compiling `opener` using versions of Rust prior to 1.71. </details> <details> <summary>kornelski/rust-security-framework (security-framework)</summary> ### [`v2.11.0`](https://github.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0) [Compare Source](https://github.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0) </details> <details> <summary>dtolnay/semver (semver)</summary> ### [`v1.0.23`](https://github.com/dtolnay/semver/releases/tag/1.0.23) [Compare Source](https://github.com/dtolnay/semver/compare/1.0.22...1.0.23) - Resolve unexpected_cfgs warning ([#​318](https://github.com/dtolnay/semver/issues/318)) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://github.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#​2747](https://github.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://github.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#​2743](https://github.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://github.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#​2737](https://github.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://github.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#​2733](https://github.com/serde-rs/serde/issues/2733), thanks [`@​jamessan](https://github.com/jamessan))` </details> <details> <summary>dtolnay/serde-untagged (serde-untagged)</summary> ### [`v0.1.6`](https://github.com/dtolnay/serde-untagged/releases/tag/0.1.6) [Compare Source](https://github.com/dtolnay/serde-untagged/compare/0.1.5...0.1.6) - Relocate some unsafe code over to `typeid` crate </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://github.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#​1130](https://github.com/serde-rs/json/issues/1130)) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://github.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#​299](https://github.com/dtolnay/thiserror/issues/299), thanks [`@​jordens](https://github.com/jordens))` ### [`v1.0.60`](https://github.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#​298](https://github.com/dtolnay/thiserror/issues/298)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rust-lang/cargo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
bors
referenced
this pull request
in rust-lang/cargo
Jun 9, 2024
chore(deps): update compatible [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [annotate-snippets](https://github.com/rust-lang/annotate-snippets-rs) | workspace.dependencies | patch | `0.11.2` -> `0.11.3` | | [anstream](https://github.com/rust-cli/anstyle) | workspace.dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://github.com/rust-cli/anstyle) | workspace.dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.82` -> `1.0.86` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.4` -> `4.5.6` | | [libc](https://github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.154` -> `0.2.155` | | [opener](https://github.com/Seeker14491/opener) | workspace.dependencies | patch | `0.7.0` -> `0.7.1` | | [regex](https://github.com/rust-lang/regex) | workspace.dependencies | patch | `1.10.4` -> `1.10.5` | | [security-framework](https://lib.rs/crates/security_framework) ([source](https://github.com/kornelski/rust-security-framework)) | workspace.dependencies | minor | `2.10.0` -> `2.11.0` | | [semver](https://github.com/dtolnay/semver) | workspace.dependencies | patch | `1.0.22` -> `1.0.23` | | [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.199` -> `1.0.203` | | [serde-untagged](https://github.com/dtolnay/serde-untagged) | workspace.dependencies | patch | `0.1.5` -> `0.1.6` | | [serde_json](https://github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.116` -> `1.0.117` | | [snapbox](https://github.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://github.com/assert-rs/trycmd)) | workspace.dependencies | patch | `0.6.7` -> `0.6.9` | | [tar](https://github.com/alexcrichton/tar-rs) | workspace.dependencies | patch | `0.4.40` -> `0.4.41` | | [thiserror](https://github.com/dtolnay/thiserror) | workspace.dependencies | patch | `1.0.59` -> `1.0.61` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | workspace.dependencies | patch | `0.1.12` -> `0.1.13` | --- ### Release Notes <details> <summary>rust-lang/annotate-snippets-rs (annotate-snippets)</summary> ### [`v0.11.3`](https://github.com/rust-lang/annotate-snippets-rs/blob/HEAD/CHANGELOG.md#0113---2024-06-06) [Compare Source](https://github.com/rust-lang/annotate-snippets-rs/compare/0.11.2...0.11.3) ##### Fixes - Dropped MSRV to 1.65 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://github.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://github.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#​373](https://github.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://github.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#​368](https://github.com/dtolnay/anyhow/issues/368), [#​371](https://github.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://github.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#​367](https://github.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://github.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#​363](https://github.com/dtolnay/anyhow/issues/363)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.155`](https://github.com/rust-lang/libc/releases/tag/0.2.155) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155) #### What's Changed - Add `SYS_lseek` and `SYS_mmap` for aarch64 Android by [`@​lberrymage](https://github.com/lberrymage)` in [https://github.com/rust-lang/libc/pull/3632](https://github.com/rust-lang/libc/pull/3632) - Correct the value of FAN_MARK_IGNORE by [`@​severen](https://github.com/severen)` in [https://github.com/rust-lang/libc/pull/3622](https://github.com/rust-lang/libc/pull/3622) - Update FreeBSD 13 CI image by [`@​JohnTitor](https://github.com/JohnTitor)` in [https://github.com/rust-lang/libc/pull/3671](https://github.com/rust-lang/libc/pull/3671) - android: add FUTEX_LOCK_PI2 by [`@​rtzoeller](https://github.com/rtzoeller)` in [https://github.com/rust-lang/libc/pull/3635](https://github.com/rust-lang/libc/pull/3635) - Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by [`@​purplesyringa](https://github.com/purplesyringa)` in [https://github.com/rust-lang/libc/pull/3676](https://github.com/rust-lang/libc/pull/3676) - Revert "Support posix_spawn on Android" by [`@​JohnTitor](https://github.com/JohnTitor)` in [https://github.com/rust-lang/libc/pull/3678](https://github.com/rust-lang/libc/pull/3678) - Unlock ci: fix wrong cfg emscripten by [`@​tesuji](https://github.com/tesuji)` in [https://github.com/rust-lang/libc/pull/3684](https://github.com/rust-lang/libc/pull/3684) - redox: correct EPOLL constants by [`@​jackpot51](https://github.com/jackpot51)` in [https://github.com/rust-lang/libc/pull/3686](https://github.com/rust-lang/libc/pull/3686) - \[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by [`@​cuviper](https://github.com/cuviper)` in [https://github.com/rust-lang/libc/pull/3708](https://github.com/rust-lang/libc/pull/3708) - Re-add `posix_spawn{_file_actions_t,attr_t}` on Android by [`@​tesuji](https://github.com/tesuji)` in [https://github.com/rust-lang/libc/pull/3690](https://github.com/rust-lang/libc/pull/3690) - Update version to `0.2.155` by [`@​madsmtm](https://github.com/madsmtm)` in [https://github.com/rust-lang/libc/pull/3682](https://github.com/rust-lang/libc/pull/3682) #### New Contributors - [`@​lberrymage](https://github.com/lberrymage)` made their first contribution in [https://github.com/rust-lang/libc/pull/3632](https://github.com/rust-lang/libc/pull/3632) - [`@​purplesyringa](https://github.com/purplesyringa)` made their first contribution in [https://github.com/rust-lang/libc/pull/3676](https://github.com/rust-lang/libc/pull/3676) **Full Changelog**: rust-lang/libc@0.2.154...0.2.155 </details> <details> <summary>Seeker14491/opener (opener)</summary> ### [`v0.7.1`](https://github.com/Seeker14491/opener/blob/HEAD/CHANGELOG.md#071---2024-05-17) [Compare Source](https://github.com/Seeker14491/opener/compare/v0.7.0...v0.7.1) ##### Fixed - On Linux, the `dbus` crate is now only pulled in when enabling the `reveal` feature (as was the case prior to `opener` v0.7.0). - Fixed a Cargo error when compiling `opener` using versions of Rust prior to 1.71. </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #​1203](https://github.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>kornelski/rust-security-framework (security-framework)</summary> ### [`v2.11.0`](https://github.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0) [Compare Source](https://github.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0) </details> <details> <summary>dtolnay/semver (semver)</summary> ### [`v1.0.23`](https://github.com/dtolnay/semver/releases/tag/1.0.23) [Compare Source](https://github.com/dtolnay/semver/compare/1.0.22...1.0.23) - Resolve unexpected_cfgs warning ([#​318](https://github.com/dtolnay/semver/issues/318)) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://github.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#​2747](https://github.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://github.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#​2743](https://github.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://github.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#​2737](https://github.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://github.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#​2733](https://github.com/serde-rs/serde/issues/2733), thanks [`@​jamessan](https://github.com/jamessan))` </details> <details> <summary>dtolnay/serde-untagged (serde-untagged)</summary> ### [`v0.1.6`](https://github.com/dtolnay/serde-untagged/releases/tag/0.1.6) [Compare Source](https://github.com/dtolnay/serde-untagged/compare/0.1.5...0.1.6) - Relocate some unsafe code over to `typeid` crate </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://github.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#​1130](https://github.com/serde-rs/json/issues/1130)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.9`](https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>alexcrichton/tar-rs (tar)</summary> ### [`v0.4.41`](https://github.com/alexcrichton/tar-rs/compare/0.4.40...0.4.41) [Compare Source](https://github.com/alexcrichton/tar-rs/compare/0.4.40...0.4.41) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://github.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#​299](https://github.com/dtolnay/thiserror/issues/299), thanks [`@​jordens](https://github.com/jordens))` ### [`v1.0.60`](https://github.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#​298](https://github.com/dtolnay/thiserror/issues/298)) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rust-lang/cargo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
bors
added a commit
to rust-lang/rust-analyzer
that referenced
this pull request
Jun 20, 2024
Update libc to 0.2.155 Motivation: To fix `-Zbuild-std` / Xargo for visionOS targets. EDIT: Blocked on ~rust-lang/libc#3608 / rust-lang/libc#3609 ~rust-lang/libc#3682 and rust-lang/libc#3690 No longer blocked.
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 12, 2024
Fixes: rust-lang#3709 Fixes: rust-lang#3608 Fixes: rust-lang#3677 Co-authored-by: Jorge Aparicio <[email protected]> [resolved conflict, update commit message - Trevor] (apply <rust-lang#3690> to `main`) (cherry picked from commit b2b2fd7) Signed-off-by: Trevor Gross <[email protected]>
tgross35
added
the
main-applied
This PR was merged against libc-0.2 and main has since been updated to include it
label
Aug 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
main-applied
This PR was merged against libc-0.2 and main has since been updated to include it
S-waiting-on-review
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.
Reopen #3683
Close #3608, close #3677