mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 06:39:21 +00:00
upgrade toolchain to fix bug in clippy
This commit is contained in:
parent
d94ae62bc2
commit
facf4ebad6
2 changed files with 2 additions and 1 deletions
1
.github/workflows/lockbud.yml
vendored
1
.github/workflows/lockbud.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
run: |
|
||||
git clone https://github.com/BurtonQin/lockbud.git
|
||||
cd lockbud
|
||||
sed -i 's/2024-10-05/2024-10-11/g' rust-toolchain.toml
|
||||
cargo install --path .
|
||||
cd ..
|
||||
cargo clean
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2024-10-05"
|
||||
channel = "nightly-2024-10-11"
|
||||
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer", "rust-src", "llvm-tools-preview"]
|
||||
target = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin","x86_64-pc-windows-gnu"]
|
||||
|
|
Loading…
Reference in a new issue