From aea8adba5ef8790aa4fa3e8ef6b926cb4747adbb Mon Sep 17 00:00:00 2001 From: Weiyuan Wu Date: Mon, 22 Jan 2024 20:25:50 -0800 Subject: [PATCH] rust 1.72 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09ec8ce..4f3fc37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: env: DEBIAN_FRONTEND: noninteractive - - uses: dtolnay/rust-toolchain@1.75.0 + - uses: dtolnay/rust-toolchain@1.72.0 - name: Install python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77e2a1a..efaae64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run: | echo "/opt/python/cp${{ matrix.python-version }}-cp${{ matrix.python-version }}/bin" >> $GITHUB_PATH - - uses: dtolnay/rust-toolchain@1.75.0 + - uses: dtolnay/rust-toolchain@1.72.0 - name: Install tools run: | @@ -54,7 +54,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: x64 - - uses: dtolnay/rust-toolchain@1.75.0 + - uses: dtolnay/rust-toolchain@1.72.0 - name: Install tools run: |