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 76dbc8bCopy full SHA for 76dbc8b
.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)
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "1.85"
+channel = "1.87"
3
components = [ "clippy" ]
0 commit comments