From 5a1efa26475a8dcfecdb9d932a38beb869d25722 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:27:48 +1000 Subject: [PATCH] Bump msrv to 1.67 (#1143) For #1137 Signed-off-by: Jiahao XU --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69e1c633..7b6eb78b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 310d82b4..1000770d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }