From f0b07c24d80f5d059926095eefb0b0ba0b5564f5 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Thu, 12 Dec 2024 22:08:29 +0900 Subject: [PATCH] ci(msrv): bump rust version to 1.83 --- .github/workflows/ci.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0faa6dd4..d7c4c6ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: types: [checks_requested] env: - RUST_VERSION: "1.77" + RUST_VERSION: "1.83" CMAKE_GENERATOR: Ninja jobs: diff --git a/README.md b/README.md index d1f56a7a..6e4b56dc 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ be built. - cmake >= 3.21.0 + Toolchain / IDE: - clang >= 3.2 OR gcc >= 4.6.3 - - Rust >= 1.77 + - Rust >= 1.83 - Build Tools for Visual Studio 2022 for MSVC build - Vcpkg for MSVC build + Documentation tools: @@ -191,7 +191,7 @@ To ensure libchewing can be built on various Linux distributions, we use the minimum rust version available from major distributions' next release branch. Data source: https://repology.org/project/rust/versions -* Current MSRV: 1.77.0 (Debian unstable) +* Current MSRV: 1.83.0 (Debian unstable) ## Usage