Skip to content

Commit f0e5587

Browse files
authored
Update Rust version to v1.81.0 in GitHub workflows (#65)
Update rust toolchain version in ci.yml, rustdoc.yml to v1.81.0
1 parent 26acb6e commit f0e5587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Rust stable
2020
uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: 1.75.0
22+
toolchain: 1.81.0
2323
override: true
2424
components: rustfmt, clippy
2525
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/rustdoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Rust stable
1717
uses: actions-rs/toolchain@v1
1818
with:
19-
toolchain: 1.75.0
19+
toolchain: 1.81.0
2020
override: true
2121
components: rustfmt, clippy
2222
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)