-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify CI to run directed-minimal-versions (#41)
`-Zdirected-minimal-versions` will run with the minimal versions of the specified direct dependencies (of rune and all workspace crates), but the maximum indirect dependencies. This means that we won't fail CI for any issues our direct deps have with `-Zminimal-versions`. Additionally, fixed some of the versions that were selected for syn, quote and proc-macro2. It's recommended to use qualified versions, to avoid issues with minimal versions.
- Loading branch information
Showing
3 changed files
with
11 additions
and
13 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
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