fix: update nightly and fix CI lockbud
Some checks are pending
Lockbud / lockbud (push) Waiting to run
Audit / audit (push) Waiting to run
Rust / fmt (push) Waiting to run
Rust / test (push) Waiting to run
Rust / clippy (macos-latest) (push) Waiting to run
Rust / clippy (ubuntu-latest) (push) Waiting to run
Rust / check (macos-latest) (push) Waiting to run
Rust / check (ubuntu-latest) (push) Waiting to run
Rust / doc (push) Waiting to run
Typo / typo (push) Waiting to run

This commit is contained in:
Cyrix126 2024-12-11 18:56:54 +01:00
parent 50b3336156
commit c8f8824230
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"]