From 26cf35f3b218fcb76ccf34f1c398a8d658fc537c Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Sat, 21 Mar 2026 12:39:59 -0400 Subject: [PATCH] internal: bump rust to 1.94 --- .github/workflows/rust.yml | 8 ++++---- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9e228f72..71278c1a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -106,7 +106,7 @@ jobs: - name: Install Toolchain uses: dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable with: - toolchain: 1.93 + toolchain: 1.94 targets: ${{ matrix.target }} - name: Cache @@ -320,7 +320,7 @@ jobs: - name: Install Toolchain uses: dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable with: - toolchain: 1.93 + toolchain: 1.94 components: clippy, rustfmt - name: Cache @@ -345,7 +345,7 @@ jobs: - name: Install Toolchain uses: dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable with: - toolchain: 1.93 + toolchain: 1.94 - name: Cache uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # pin@v2 @@ -377,7 +377,7 @@ jobs: - name: Install Toolchain uses: dtolnay/rust-toolchain@4305c38b25d97ef35a8ad1f985ccf2d2242004f2 # stable with: - toolchain: 1.93 + toolchain: 1.94 - name: Cache uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # pin@v2 diff --git a/Cargo.toml b/Cargo.toml index 03dfccb0..9bcc782d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] version = "2.44.0" edition = "2024" -rust-version = "1.93" +rust-version = "1.94" authors = ["Squawk Team & Contributors"] license = "Apache-2.0 OR MIT" description = "Linter for Postgres migrations & SQL" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 349409c6..7cace1da 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "aarch64-apple-darwin"] -channel = "1.93" +channel = "1.94"