From 8ed68b1ddf0c40be97ebb6c1639a9140b1a2850a Mon Sep 17 00:00:00 2001 From: timvisee Date: Sat, 16 Mar 2024 18:05:04 +0100 Subject: [PATCH] Bump MSRV to 1.74.0 --- .gitlab-ci.yml | 2 +- Cargo.toml | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8ab437..a6bd313 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ check-stable: check-msrv: <<: *check-base variables: - RUST_VERSION: 1.64.0 + RUST_VERSION: 1.74.0 only: - master diff --git a/Cargo.toml b/Cargo.toml index cd3c3cb..cdfef5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ keywords = ["minecraft", "server", "idle", "cli"] categories = ["command-line-interface", "games"] exclude = ["/.github", "/contrib"] edition = "2021" +rust-version = "1.74.0" [profile.release] codegen-units = 1 diff --git a/README.md b/README.md index a31d837..8718e33 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ https://user-images.githubusercontent.com/856222/141378688-882082be-9efa-4cfe-81 Build requirements: -- Rust 1.64 (MSRV) +- Rust 1.74 (MSRV) _Note: You must have access to the system to run the `lazymc` binary. If you're using a Minecraft shared hosting provider with a custom dashboard, you likely