google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

Run minimal version tests against *all* crates that are scheduled to be published

Open suzmue opened this issue 3 months ago • 0 comments

This could be a part of the CI, or can be done as part of the release. But it probably should be done.

Something like:

$ cargo run -p minimal-version-helper prepare
$ cargo workspaces plan --skip-published | xargs -I PKG cargo minimal-versions check -p PKG

This should also be run with all features enabled most likely.

suzmue avatar Nov 18 '25 19:11 suzmue