-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Cleanup #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup #141
Conversation
Makes `cargo check` work without extra flags.
It is no longer recommended: rust-lang/api-guidelines#230
crates.io will link to the right version on docs.rs automatically.
Older versions weren't actually working before.
MSRV is checked in test-versions.
CI will still ensure that intra-doc links that rely on these are not broken.
EDIT: Now I can't find the failure I'm talking about below in CI logs, but a different one. Looks like the suggested MSRV of 1.51 doesn't work either because axum currently relies on the This now removes one check from CI (second-to-last commit) but should be better than the status quo (due to #115). This was necessary because |
Thanks for doing this by the way! Gonna review it over the next few days. |
I'm gonna merge this and fix CI on main. Would like to have this in when I start merging some of the many open PRs. |
Commit descriptions should explain all changes :)
Fixes #115.