We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26acb6e commit f0e5587Copy full SHA for f0e5587
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Rust stable
20
uses: actions-rs/toolchain@v1
21
with:
22
- toolchain: 1.75.0
+ toolchain: 1.81.0
23
override: true
24
components: rustfmt, clippy
25
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/rustdoc.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
0 commit comments