From f49627b02e0eccf49555b0e2d0983361ee8cba35 Mon Sep 17 00:00:00 2001 From: "Ifiok Jr." Date: Sat, 14 Dec 2024 08:33:03 +0000 Subject: [PATCH] ci: update min rust version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26a3973..0034551 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - version: ["1.70", stable, nightly] + version: ["1.72", stable, nightly] env: RUSTUP_TOOLCHAIN: ${{ matrix.version }} steps: @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - version: ["1.70", stable, nightly] + version: ["1.72", stable, nightly] env: RUSTUP_TOOLCHAIN: ${{ matrix.version }} steps: