From 2ce6bf2d647f9930ff22185b075471054130aa3f Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Mon, 7 Oct 2024 10:49:51 +0200 Subject: [PATCH] Update Rust version to 1.80.0 --- .github/workflows/build.yml | 4 ++-- .github/workflows/test.yml | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8b105087..ea699667d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.76.0 + toolchain: 1.80.0 override: true - uses: Swatinem/rust-cache@v2.7.0 @@ -103,7 +103,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.76.0 + toolchain: 1.80.0 override: true - uses: Swatinem/rust-cache@v2.7.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ccbe5636..87d18fcd2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.76.0 + toolchain: 1.80.0 override: true components: clippy, rustfmt diff --git a/Cargo.toml b/Cargo.toml index 9b83e6b38..3accd8837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ default-members = [ resolver = "2" [workspace.package] -rust-version = "1.76.0" +rust-version = "1.80.0" edition = "2021" authors = ["Ada Böhm ", "Jakub Beránek "]