Skip to content

Conversation

@dextero
Copy link
Contributor

@dextero dextero commented Mar 21, 2024

When updating bitflags dependency of another crate, I found out that bitflags' declared dependency versions are lower than needed to actually build the crate.

This PR adds a GH workflow check inspired by the one from gbm.rs that attempts a build with the minimal compatible versions of all dependencies.

Another commit in the PR bumps the declared versions to earliest ones I identified as working, to make the workflow pass.

The workflow builds all features other than core and rustc-dep-of-std. cargo check --all --all-features --all-targets failed for me on main with mentions of rustc/std, which successfully scared me away 😆 I have zero experience hacking on rustc/std so I don't even know how those are used.

Hopefully this, or some parts of it can be useful as is 😄

dextero added 2 commits March 21, 2024 23:18
Runs cargo check on nightly requesting a build with minimum versions of
dependencies declared as supported.
To minimal versions required to build most features (all other than core
and rustc-dep-of-std) with --all-targets.

Minimal required versions discovered by manual binsearch between
minimum compatible version declared currently and the newest one
available, and rerunning

  cargo check --all \
    --features serde,arbitrary,bytemuck,std,example_generated \
    --all-targets -Z minimal-versions

to verify if it builds.
Copy link
Member

@KodrAus KodrAus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dextero! This is a great improvement. The updates to CI are much appreciated.

@KodrAus KodrAus merged commit 393be7b into bitflags:main Mar 24, 2024
mergify bot referenced this pull request in andrzejressel/pulumi-gestalt Jun 25, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bitflags](https://togithub.com/bitflags/bitflags) | workspace.dependencies | minor | `2.5.0` -> `2.6.0` |

---

### Release Notes

<details>
<summary>bitflags/bitflags (bitflags)</summary>

### [`v2.6.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#260)

[Compare Source](https://togithub.com/bitflags/bitflags/compare/2.5.0...2.6.0)

#### What's Changed

-   Sync CHANGELOG.md with github release notes by [@&#8203;dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402)
-   Update error messages and zerocopy by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/403](https://togithub.com/bitflags/bitflags/pull/403)
-   Bump minimum declared versions of dependencies by [@&#8203;dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/404](https://togithub.com/bitflags/bitflags/pull/404)
-   chore(deps): bump serde_derive and bytemuck versions by [@&#8203;joshka](https://togithub.com/joshka) in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405)
-   add OSFF Scorecard workflow by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/396](https://togithub.com/bitflags/bitflags/pull/396)
-   Update stderr messages by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/408](https://togithub.com/bitflags/bitflags/pull/408)
-   Fix typo by [@&#8203;waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410)
-   Allow specifying outer attributes in impl mode by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/411](https://togithub.com/bitflags/bitflags/pull/411)

#### New Contributors

-   [@&#8203;dextero](https://togithub.com/dextero) made their first contribution in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402)
-   [@&#8203;joshka](https://togithub.com/joshka) made their first contribution in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405)
-   [@&#8203;waywardmonkeys](https://togithub.com/waywardmonkeys) made their first contribution in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410)

**Full Changelog**: bitflags/bitflags@2.5.0...2.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] 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/andrzejressel/pulumi-wasm).
kodiakhq bot referenced this pull request in YuiYukihira/hanabAI Jun 25, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bitflags](https://togithub.com/bitflags/bitflags) | dependencies | minor | `2.5.0` -> `2.6.0` |

---

### Release Notes

<details>
<summary>bitflags/bitflags (bitflags)</summary>

### [`v2.6.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#260)

[Compare Source](https://togithub.com/bitflags/bitflags/compare/2.5.0...2.6.0)

#### What's Changed

-   Sync CHANGELOG.md with github release notes by [@&#8203;dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402)
-   Update error messages and zerocopy by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/403](https://togithub.com/bitflags/bitflags/pull/403)
-   Bump minimum declared versions of dependencies by [@&#8203;dextero](https://togithub.com/dextero) in [https://github.com/bitflags/bitflags/pull/404](https://togithub.com/bitflags/bitflags/pull/404)
-   chore(deps): bump serde_derive and bytemuck versions by [@&#8203;joshka](https://togithub.com/joshka) in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405)
-   add OSFF Scorecard workflow by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/396](https://togithub.com/bitflags/bitflags/pull/396)
-   Update stderr messages by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/408](https://togithub.com/bitflags/bitflags/pull/408)
-   Fix typo by [@&#8203;waywardmonkeys](https://togithub.com/waywardmonkeys) in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410)
-   Allow specifying outer attributes in impl mode by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/bitflags/bitflags/pull/411](https://togithub.com/bitflags/bitflags/pull/411)

#### New Contributors

-   [@&#8203;dextero](https://togithub.com/dextero) made their first contribution in [https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402)
-   [@&#8203;joshka](https://togithub.com/joshka) made their first contribution in [https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405)
-   [@&#8203;waywardmonkeys](https://togithub.com/waywardmonkeys) made their first contribution in [https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410)

**Full Changelog**: bitflags/bitflags@2.5.0...2.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] 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/YuiYukihira/hanabAI).



Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in oxc-project/oxc Jul 1, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bitflags](https://togithub.com/bitflags/bitflags) |
workspace.dependencies | minor | `2.5.0` -> `2.6.0` |
| [log](https://togithub.com/rust-lang/log) | workspace.dependencies |
patch | `0.4.21` -> `0.4.22` |
| [mime_guess](https://togithub.com/abonander/mime_guess) |
workspace.dependencies | patch | `2.0.4` -> `2.0.5` |
| [num-bigint](https://togithub.com/rust-num/num-bigint) |
workspace.dependencies | patch | `0.4.5` -> `0.4.6` |
| [oxc_resolver](https://togithub.com/oxc-project/oxc-resolver) |
workspace.dependencies | minor | `1.8.2` -> `1.9.2` |
| [serde_json](https://togithub.com/serde-rs/json) |
workspace.dependencies | patch | `1.0.117` -> `1.0.119` |

---

### Release Notes

<details>
<summary>bitflags/bitflags (bitflags)</summary>

###
[`v2.6.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#260)

[Compare
Source](https://togithub.com/bitflags/bitflags/compare/2.5.0...2.6.0)

#### What's Changed

- Sync CHANGELOG.md with github release notes by
[@&#8203;dextero](https://togithub.com/dextero) in
[https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402)
- Update error messages and zerocopy by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/403](https://togithub.com/bitflags/bitflags/pull/403)
- Bump minimum declared versions of dependencies by
[@&#8203;dextero](https://togithub.com/dextero) in
[https://github.com/bitflags/bitflags/pull/404](https://togithub.com/bitflags/bitflags/pull/404)
- chore(deps): bump serde_derive and bytemuck versions by
[@&#8203;joshka](https://togithub.com/joshka) in
[https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405)
- add OSFF Scorecard workflow by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/396](https://togithub.com/bitflags/bitflags/pull/396)
- Update stderr messages by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/408](https://togithub.com/bitflags/bitflags/pull/408)
- Fix typo by
[@&#8203;waywardmonkeys](https://togithub.com/waywardmonkeys) in
[https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410)
- Allow specifying outer attributes in impl mode by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/411](https://togithub.com/bitflags/bitflags/pull/411)

#### New Contributors

- [@&#8203;dextero](https://togithub.com/dextero) made their first
contribution in
[https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402)
- [@&#8203;joshka](https://togithub.com/joshka) made their first
contribution in
[https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405)
- [@&#8203;waywardmonkeys](https://togithub.com/waywardmonkeys) made
their first contribution in
[https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410)

**Full Changelog**:
bitflags/bitflags@2.5.0...2.6.0

</details>

<details>
<summary>rust-lang/log (log)</summary>

###
[`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27)

[Compare
Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22)

</details>

<details>
<summary>rust-num/num-bigint (num-bigint)</summary>

###
[`v0.4.6`](https://togithub.com/rust-num/num-bigint/blob/HEAD/RELEASES.md#Release-046-2024-06-27)

[Compare
Source](https://togithub.com/rust-num/num-bigint/compare/num-bigint-0.4.5...num-bigint-0.4.6)

-   [Fixed compilation on `x86_64-unknown-linux-gnux32`.][312]

**Contributors**: [@&#8203;cuviper](https://togithub.com/cuviper),
[@&#8203;ralphtandetzky](https://togithub.com/ralphtandetzky),
[@&#8203;yhx-12243](https://togithub.com/yhx-12243)

[312]: https://togithub.com/rust-num/num-bigint/pull/312

</details>

<details>
<summary>oxc-project/oxc-resolver (oxc_resolver)</summary>

###
[`v1.9.2`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#192---2024-06-30)

[Compare
Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.9.1...oxc_resolver-v1.9.2)

##### Added

- *(napi)* add tracing via `OXC_LOG:DEBUG`
([#&#8203;202](https://togithub.com/oxc-project/oxc_resolver/pull/202))

##### Other

- document directory is an absolute path for `resolve(directory,
specifier)`
([#&#8203;206](https://togithub.com/oxc-project/oxc_resolver/pull/206))
- add a broken tsconfig test
([#&#8203;205](https://togithub.com/oxc-project/oxc_resolver/pull/205))
- improve code coverage for src/error.rs
([#&#8203;204](https://togithub.com/oxc-project/oxc_resolver/pull/204))
- skip resolving extension alias when `options.extension_alias` is empty
([#&#8203;203](https://togithub.com/oxc-project/oxc_resolver/pull/203))
-   add npm badge to crates.io

###
[`v1.9.1`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#191---2024-06-29)

[Compare
Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.9.0...oxc_resolver-v1.9.1)

##### Added

- strip symbols and enable LTO
([#&#8203;197](https://togithub.com/oxc-project/oxc_resolver/pull/197))

##### Other

- improve call to `Path::ends_with`
([#&#8203;199](https://togithub.com/oxc-project/oxc_resolver/pull/199))
- list \[profile.release] explicitly
([#&#8203;198](https://togithub.com/oxc-project/oxc_resolver/pull/198))

###
[`v1.9.0`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#190---2024-06-28)

[Compare
Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.8.4...oxc_resolver-v1.9.0)

##### Added

- export package.json `type` and `sideEffects` field by default for
bundlers
([#&#8203;196](https://togithub.com/oxc-project/oxc-resolver/pull/196))

###
[`v1.8.4`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#184---2024-06-27)

[Compare
Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.8.3...oxc_resolver-v1.8.4)

##### Other

- skip searching for package.json when `alias_fields` is not provided
([#&#8203;194](https://togithub.com/oxc-project/oxc_resolver/pull/194))

###
[`v1.8.3`](https://togithub.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#183---2024-06-26)

[Compare
Source](https://togithub.com/oxc-project/oxc-resolver/compare/oxc_resolver-v1.8.2...oxc_resolver-v1.8.3)

-   *(napi*) release wasi build

</details>

<details>
<summary>serde-rs/json (serde_json)</summary>

###
[`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119)

- Add `serde_json::Map::shift_insert`
([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks
[@&#8203;joshka](https://togithub.com/joshka))

###
[`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118)

- Implement Hash for serde_json::Value
([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks
[@&#8203;edwardycl](https://togithub.com/edwardycl))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://togithub.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/oxc-project/oxc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
FelixMcFelix referenced this pull request in oxidecomputer/opte Jul 2, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [bitflags](https://togithub.com/bitflags/bitflags) |
workspace.dependencies | minor | `2.5.0` -> `2.6.0` |

---

### Release Notes

<details>
<summary>bitflags/bitflags (bitflags)</summary>

###
[`v2.6.0`](https://togithub.com/bitflags/bitflags/blob/HEAD/CHANGELOG.md#260)

[Compare
Source](https://togithub.com/bitflags/bitflags/compare/2.5.0...2.6.0)

#### What's Changed

- Sync CHANGELOG.md with github release notes by
[@&#8203;dextero](https://togithub.com/dextero) in
[https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402)
- Update error messages and zerocopy by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/403](https://togithub.com/bitflags/bitflags/pull/403)
- Bump minimum declared versions of dependencies by
[@&#8203;dextero](https://togithub.com/dextero) in
[https://github.com/bitflags/bitflags/pull/404](https://togithub.com/bitflags/bitflags/pull/404)
- chore(deps): bump serde_derive and bytemuck versions by
[@&#8203;joshka](https://togithub.com/joshka) in
[https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405)
- add OSFF Scorecard workflow by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/396](https://togithub.com/bitflags/bitflags/pull/396)
- Update stderr messages by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/408](https://togithub.com/bitflags/bitflags/pull/408)
- Fix typo by
[@&#8203;waywardmonkeys](https://togithub.com/waywardmonkeys) in
[https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410)
- Allow specifying outer attributes in impl mode by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/bitflags/bitflags/pull/411](https://togithub.com/bitflags/bitflags/pull/411)

#### New Contributors

- [@&#8203;dextero](https://togithub.com/dextero) made their first
contribution in
[https://github.com/bitflags/bitflags/pull/402](https://togithub.com/bitflags/bitflags/pull/402)
- [@&#8203;joshka](https://togithub.com/joshka) made their first
contribution in
[https://github.com/bitflags/bitflags/pull/405](https://togithub.com/bitflags/bitflags/pull/405)
- [@&#8203;waywardmonkeys](https://togithub.com/waywardmonkeys) made
their first contribution in
[https://github.com/bitflags/bitflags/pull/410](https://togithub.com/bitflags/bitflags/pull/410)

**Full Changelog**:
bitflags/bitflags@2.5.0...2.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants