Skip to content
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

build!: update MSRV 1.53.0 #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

kolbma
Copy link

@kolbma kolbma commented Jan 18, 2022

Set the minimum required rustc version to 1.53.0.
Below it doesn't make sense, because not all parts and tests of Rocket would compile.

There follows another PR to patch some little things to get all tests run also with MSRV and nightly.

kolbma and others added 8 commits January 17, 2022 19:55
Dependency multer -> spin doesn't build below rust 1.51.0 which seems to be related to  
* atomic::spin_loop_hint has been deprecated. It's recommended to use hint::spin_loop instead.
resolving fails below because of crate time
cargo resolving fails below because of crate time
@somehowchris
Copy link

Should we keep msrv as low as possible with rust 2018 or rust 2021?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants