We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eebb31 commit e1bf19eCopy full SHA for e1bf19e
.github/workflows/main.yml
@@ -198,7 +198,7 @@ jobs:
198
matrix:
199
os: [ubuntu-latest, windows-latest, macos-latest]
200
env:
201
- MSRV: 1.66.0
+ MSRV: 1.67.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.66"
+rust-version = "1.67"
21
22
[dependencies]
23
jobserver = { version = "0.1.30", default-features = false, optional = true }
0 commit comments