From 9732283939cb265ca1743939ded221c212b81976 Mon Sep 17 00:00:00 2001 From: Emmanuel Bastien Date: Sun, 8 Dec 2024 15:33:02 +0100 Subject: [PATCH] chore: upgrade CI toolchain to 1.83.0 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44bad12..d71a7c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.72.0 + toolchain: 1.83.0 override: true - uses: actions-rs/cargo@v1 with: @@ -35,7 +35,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.72.0 + toolchain: 1.83.0 override: true - uses: actions-rs/cargo@v1 with: @@ -49,7 +49,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.72.0 + toolchain: 1.83.0 override: true - run: rustup component add rustfmt - uses: actions-rs/cargo@v1 @@ -65,7 +65,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.72.0 + toolchain: 1.83.0 override: true - run: rustup component add clippy - uses: actions-rs/cargo@v1