-
Notifications
You must be signed in to change notification settings - Fork 42
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
MSRV build broken due to once_cell v1.15 #756
Comments
There are three real options here:
Personally I'd prefer the 1st option. Many crates (notable |
The first two options are fine with me, but the third one sounds complicated and smol-rs/async-io#93 (comment) says that it is hard to use/do. |
psychon
added a commit
that referenced
this issue
Sep 23, 2022
once_cell v1.15 switched to the 2021 edition and thus requires at least Rust 1.56 to build. This commit increases our MSRV accordingly. Fixes: #756 Signed-off-by: Uli Schlachter <psychon@znc.in>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A new Rust release means that some new clippy complaints from the clippy beta will show up, so I re-triggered the latest build. The latest successful action run used once_cell v1.14.0. The newest run failed in the msrv check with a newer version:
See matklad/once_cell#201
The text was updated successfully, but these errors were encountered: