Detect when the library could be broken on someone else's local rust nightly.
Possible options:
- Run like a dependabot update, but instead of making a PR that tries updating cargo dependencies, make a PR that tries updating
./rust-toolchain and run tests on the result. Downside is that dependabot PRs don't run the checks automatically I think.
- Use scheduled events
Detect when the library could be broken on someone else's local rust nightly.
Possible options:
./rust-toolchainand run tests on the result. Downside is that dependabot PRs don't run the checks automatically I think.