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 b86df00 commit 4000ad8Copy full SHA for 4000ad8
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
GH_TOKEN: ${{ github.token }}
10
- RUSTUP_TOOLCHAIN: 1.86.0
+ RUSTUP_TOOLCHAIN: 1.87.0
11
12
jobs:
13
dist:
rust-config.toml
@@ -1,7 +1,7 @@
1
change-id = 121754
2
3
[llvm]
4
-download-ci-llvm = true
+download-ci-llvm = "if-unchanged"
5
6
[build]
target = [
0 commit comments