Conversation
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/actions/cache-6 Bump actions/cache from 5 to 6
`cargo-semver-checks` only supports stable officially. Nightly works sometimes, but there are errors when some signature etc changes on nightly and stable still has the old variant. Given that the `Step` trait is still actively worked on, it's better to skip it during the check to avoid errors.
Fix some failing CI jobs
Freax13
force-pushed
the
feature-cleanup
branch
2 times, most recently
from
September 17, 2026 17:04
71bbc4f to
35efa85
Compare
Freax13
force-pushed
the
feature-cleanup
branch
4 times, most recently
from
September 17, 2026 17:18
ac164a7 to
5a63b26
Compare
const_fn has been stabilized.
asm_const has been stabilized.
Now that the nightly feature is no longer enabled by default, we need to enable it manually. Let's run the tests with and without the nightly feature.
Freax13
force-pushed
the
feature-cleanup
branch
from
September 17, 2026 17:42
5a63b26 to
1c1710d
Compare
Member
Author
|
CI failed for a bunch of different reasons because there was a bunch of work left. That's now done. @phil-opp please take another look |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes some of the features that are no longer needed and removes
nightlyfrom the set of default features.