From 5ba1ba15c9e3f8a658ddf6e88497e0de37a305e9 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 7 Mar 2025 11:55:32 -0700 Subject: [PATCH] ci: Update to the most recent Rust version --- .github/workflows/check.yml | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0b477ce..67a0006 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -76,15 +76,15 @@ jobs: RUSTDOCFLAGS: --cfg docsrs msrv: # check that we can build using the minimal rust version that is specified by this crate - name: 1.82.0 / check + name: 1.85.0 / check runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Install 1.82.0 + - name: Install 1.85.0 uses: dtolnay/rust-toolchain@master with: - toolchain: 1.82.0 + toolchain: 1.85.0 - - name: cargo +1.82.0 check + - name: cargo +1.85.0 check run: cargo check diff --git a/Cargo.toml b/Cargo.toml index acc18ba..a6442ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/Dark-Alex-17/managarr" readme = "README.md" edition = "2021" license = "MIT" -rust-version = "1.82.0" +rust-version = "1.85.0" exclude = [".github", "CONTRIBUTING.md", "*.log", "tags"] [workspace]