Skip to content

Commit

Permalink
fixup! chore!: bump version to 0.9.0-alpha.1 and bump MSRV to 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jul 13, 2024
1 parent 3120d64 commit 5d29840
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.70"
RUST_VERSION: "1.77"
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 @@ -100,7 +100,7 @@ be built.
- cmake >= 3.21.0
+ Toolchain / IDE:
- clang >= 3.2 OR gcc >= 4.6.3
- Rust >= 1.70
- Rust >= 1.77
- Build Tools for Visual Studio 2022 for MSVC build
+ Documentation tools:
- texinfo >= 4.8
Expand Down Expand Up @@ -185,7 +185,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.70.0 (Debian unstable)
* Current MSRV: 1.77.0 (Debian unstable)


## Usage
Expand Down
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "chewing_capi"
description = "The Chewing (酷音) intelligent Zhuyin input method."
license = "LGPL-2.1-or-later"
version = "0.9.0-alpha.1"
rust-version = "1.70"
rust-version = "1.77"
edition = "2021"

[lib]
Expand Down

0 comments on commit 5d29840

Please sign in to comment.