We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a412806 commit 3ee8c48Copy full SHA for 3ee8c48
.github/workflows/main.yml
@@ -198,7 +198,7 @@ jobs:
198
matrix:
199
os: [ubuntu-latest, windows-latest, macos-latest]
200
env:
201
- MSRV: 1.67.0
+ MSRV: 1.63.0
202
steps:
203
- uses: actions/checkout@v4
204
- name: Install Rust
Cargo.toml
@@ -17,7 +17,7 @@ categories = ["development-tools::build-utils"]
17
# The binary target is only used by tests.
18
exclude = ["/.github", "tests", "src/bin"]
19
edition = "2018"
20
-rust-version = "1.67"
+rust-version = "1.63"
21
22
[dependencies]
23
jobserver = { version = "0.1.30", default-features = false, optional = true }
0 commit comments