Skip to content

Commit bd25128

Browse files
authored
Merge pull request #894 from NobodyXu/bump-msrv
Bump MSRV to 1.53.0 and re-enable macos MSRV check
2 parents 6c9be16 + 3ff2368 commit bd25128

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ jobs:
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
130-
- name: Cache downloaded crates since 1.46 is really slow in fetching
130+
- name: Cache downloaded crates since 1.53 is really slow in fetching
131131
uses: Swatinem/rust-cache@v2
132132
- run: cargo check --lib
133133
- run: cargo check --lib --all-features

Cargo.toml

+1
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)