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

update MSRV to 1.80 due to LazyLock #1307

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

romanstingler
Copy link

https://doc.rust-lang.org/std/sync/struct.LazyLock.html

warning: current MSRV (Minimum Supported Rust Version) is `1.78.0` but this item is stable since `1.80.0`
  --> src/exec.rs:28:52
   |
28 | static CAUGHT_SIGNAL: LazyLock<Arc<AtomicUsize>> = LazyLock::new(|| {
   |                                                    ^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv

sorry already need to update that

@Morganamilo Morganamilo merged commit 89183ca into Morganamilo:master Jan 1, 2025
0 of 2 checks passed
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