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.63 #182

Merged
merged 1 commit into from
May 5, 2024
Merged

Update MSRV to 1.63 #182

merged 1 commit into from
May 5, 2024

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented May 5, 2024

Here is the reason for MSRV being bumped

warning: current MSRV (Minimum Supported Rust Version) is `1.56.0` but this item is stable since `1.63.0`
 --> fake/src/impls/std/array.rs:9:9
  |
9 |         std::array::from_fn(|_| Fake::fake_with_rng::<T, _>(config, rng))
  |         ^^^^^^^^^^^^^^^^^^^
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
  = note: `#[warn(clippy::incompatible_msrv)]` on by default

@llogiq llogiq merged commit 270b1b5 into cksac:master May 5, 2024
5 checks passed
@llogiq
Copy link
Collaborator

llogiq commented May 5, 2024

Thank you! That one's a no-brainer.

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