From eebcb51d0d90ae399f1fb9fc3f2899eb3ac4c3f2 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 8 Sep 2022 17:34:59 -0400 Subject: [PATCH] Bump MSRV to 1.62 --- .github/workflows/build.yaml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7d3cba4..286e322 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - toolchain: [ stable, 1.61.0, nightly ] + toolchain: [ stable, 1.62.0, nightly ] fail-fast: false env: RUSTFLAGS: -D warnings @@ -39,7 +39,7 @@ jobs: strategy: matrix: platform: [ ubuntu-latest, macos-latest, windows-latest ] - toolchain: [ stable, 1.61.0, nightly ] + toolchain: [ stable, 1.62.0, nightly ] fail-fast: false runs-on: ${{ matrix.platform }} steps: diff --git a/Cargo.toml b/Cargo.toml index 6b62280..2f2ae1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "objdiff" version = "0.1.0" edition = "2021" -rust-version = "1.61" +rust-version = "1.62" authors = ["Luke Street "] license = "MIT OR Apache-2.0" repository = "https://github.com/encounter/objdiff"