Skip to content

Add CI check for MSRV 1.77 - #1510

Open
masanori0209 wants to merge 1 commit into
google:mainfrom
masanori0209:add-msrv-ci
Open

Add CI check for MSRV 1.77#1510
masanori0209 wants to merge 1 commit into
google:mainfrom
masanori0209:add-msrv-ci

Conversation

@masanori0209

Copy link
Copy Markdown

Fixes #1449.

This adds a GitHub Actions job to verify that autocxx continues to build with the declared MSRV, Rust 1.77.

While adding the check, two small MSRV compatibility issues surfaced:

  • build script cargo:: output is changed back to the Rust 1.77-compatible cargo: form.
  • bindgen output is targeted at Rust 1.77 so generated bindings do not use newer Rust syntax.

Validation:

  • cargo +1.77 check --workspace --all-targets
  • cargo check --workspace --all-targets

@google-cla

google-cla Bot commented Jul 4, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@masanori0209
masanori0209 marked this pull request as ready for review July 4, 2026 14:10
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.

Add MSRV test

1 participant