Skip to content

Commit

Permalink
Bump msrv to 1.67
Browse files Browse the repository at this point in the history
For #1137

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu committed Jul 8, 2024
1 parent 0eebb31 commit e1bf19e
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.66.0
MSRV: 1.67.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.66"
rust-version = "1.67"

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

0 comments on commit e1bf19e

Please sign in to comment.