Skip to content

Commit d357534

Browse files
hoxxeppetrochenkov
authored andcommitted
Bump MSRV to 1.63 due to rustix sub-dependency MSRV
1 parent 028bd5b commit d357534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
rust: ["1.60", stable, beta, nightly]
10+
rust: ["1.63", stable, beta, nightly]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
steps:
1313
- uses: actions/checkout@master

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = """
1010
An implementation of the GNU make jobserver for Rust
1111
"""
1212
edition = "2021"
13-
rust-version = "1.60"
13+
rust-version = "1.63"
1414

1515
[target.'cfg(unix)'.dependencies]
1616
libc = "0.2.50"

0 commit comments

Comments
 (0)