We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0a306 commit e821678Copy full SHA for e821678
.github/workflows/rust.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install toolchain
35
uses: actions-rs/toolchain@v1
36
with:
37
- toolchain: 1.56.1
+ toolchain: '1.60'
38
override: true
39
- name: Build
40
run: cargo build --verbose
0 commit comments