From 1dc8369b119455c2dbbbcb03c836653befda84b2 Mon Sep 17 00:00:00 2001 From: Tim Holmes-Mitra Date: Tue, 20 Feb 2024 11:04:00 +0000 Subject: [PATCH] feat: bump rust version to 1.76.0 --- .github/workflows/build-and-test.yaml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 20af12b7..83e47108 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -14,7 +14,7 @@ jobs: - name: Setup Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.69.0 + toolchain: 1.76.0 components: clippy, rustfmt - name: Install additional build dependencies diff --git a/Cargo.toml b/Cargo.toml index f9c38670..a888f1a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "GPL-3.0-only" authors = ["Canonical"] version = "0.2.0" edition = "2021" -rust-version = "1.75.0" +rust-version = "1.76.0" [dependencies] dotenv = "0.15"