Skip to content

Commit 3ee8c48

Browse files
authored
Reduce msrv to 1.63 (#1158)
* Reduce msrv to 1.63 * Update main.yml
1 parent a412806 commit 3ee8c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
matrix:
199199
os: [ubuntu-latest, windows-latest, macos-latest]
200200
env:
201-
MSRV: 1.67.0
201+
MSRV: 1.63.0
202202
steps:
203203
- uses: actions/checkout@v4
204204
- name: Install Rust

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["development-tools::build-utils"]
1717
# The binary target is only used by tests.
1818
exclude = ["/.github", "tests", "src/bin"]
1919
edition = "2018"
20-
rust-version = "1.67"
20+
rust-version = "1.63"
2121

2222
[dependencies]
2323
jobserver = { version = "0.1.30", default-features = false, optional = true }

0 commit comments

Comments
 (0)