Skip to content

Commit 022713c

Browse files
committed
Bump MSRV to 1.53.0 and re-enable macos MSRV check
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 6c9be16 commit 022713c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ jobs:
116116
strategy:
117117
fail-fast: false
118118
matrix:
119-
os: [ubuntu-latest, windows-latest]
119+
os: [ubuntu-latest, macos-latest, windows-latest]
120120
steps:
121121
- uses: actions/checkout@v4
122122
- name: Install Rust
123123
run: |
124-
rustup toolchain install 1.46.0 --no-self-update --profile minimal
124+
rustup toolchain install 1.53.0 --no-self-update --profile minimal
125125
rustup toolchain install nightly --no-self-update --profile minimal
126-
rustup default 1.46.0
126+
rustup default 1.53.0
127127
shell: bash
128128
- name: Create Cargo.lock with minimal version
129129
run: cargo +nightly update -Zminimal-versions

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ readme = "README.md"
1616
categories = ["development-tools::build-utils"]
1717
exclude = ["/.github"]
1818
edition = "2018"
19+
rust-version = "1.53"
1920

2021
[dependencies]
2122
jobserver = { version = "0.1.16", optional = true }

0 commit comments

Comments
 (0)