fix: update nightly and fix CI lockbud

This commit is contained in:
Cyrix126 2024-12-11 18:56:54 +01:00
parent b9f2765d29
commit 6a850f90d5
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@ jobs:
run: |
git clone https://github.com/BurtonQin/lockbud.git
cd lockbud
sed -i 's/10-05/10-11/g' rust-toolchain.toml
cargo install --path .
cd ..
cargo clean

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-10-11"
channel = "nightly-2024-12-01"
components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer", "rust-src", "llvm-tools-preview", "rustc-codegen-cranelift-preview"]
target = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin","x86_64-pc-windows-gnu"]