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 562f4ba commit e204665Copy full SHA for e204665
.github/workflows/ci.yml
@@ -22,8 +22,8 @@ jobs:
22
uses: actions/checkout@v3
23
with:
24
submodules: true
25
- - name: Install Rust (1.83 w/ clippy)
26
- uses: dtolnay/rust-toolchain@1.83
+ - name: Install Rust (1.87 w/ clippy)
+ uses: dtolnay/rust-toolchain@1.87
27
28
components: clippy
29
- name: Install Rust (nightly w/ rustfmt)
0 commit comments