Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cargo upgrade to not break by using
--incompatible
While `--incompatible` allows jumping to the next major version. it also means it doing so breaks the build then the auto PR will break every week. Remove that and we can see there are pending new major version numbers via `cargo outdated`.
- Loading branch information