-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…782) The CI `RUST_MIN_VER_PKGS` configuration variable was meant to track packages that are intended for publishing in order to limit MSRV checks to only those packages. This same goal can be achieved universally without the need for a configuration variable via the `--ignore-private` `cargo-hack` option. The immediate effect on this repo is that `xilem_core` is no longer part of the MSRV check because it has `publish = false`. That is fine, because the MSRV check will run just before publishing, triggered by the PR that will remove `publish = false`, ensuring that the MSRV is accurate before publishing.
- Loading branch information
Showing
2 changed files
with
12 additions
and
16 deletions.
There are no files selected for viewing
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
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