Skip to content

Commit

Permalink
ci(msrv): bump rust version to 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 12, 2024
1 parent 4084c10 commit f0b07c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
types: [checks_requested]

env:
RUST_VERSION: "1.77"
RUST_VERSION: "1.83"
CMAKE_GENERATOR: Ninja

jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f0b07c2

Please sign in to comment.