Skip to content

Commit

Permalink
Reduce msrv to 1.63 (#1158)
Browse files Browse the repository at this point in the history
* Reduce msrv to 1.63

* Update main.yml
  • Loading branch information
NobodyXu authored Jul 14, 2024
1 parent a412806 commit 3ee8c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
env:
MSRV: 1.67.0
MSRV: 1.63.0
steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["development-tools::build-utils"]
# The binary target is only used by tests.
exclude = ["/.github", "tests", "src/bin"]
edition = "2018"
rust-version = "1.67"
rust-version = "1.63"

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

0 comments on commit 3ee8c48

Please sign in to comment.