Skip to content

Commit

Permalink
rust 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Jan 23, 2024
1 parent 87780b0 commit aea8adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit aea8adb

Please sign in to comment.