feat: fix CI lockbud by upgrading rust nightly version

This commit is contained in:
Cyrix126 2025-03-20 14:37:23 +01:00
parent 47b0ac40d9
commit 87127e3842

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-12-01"
channel = "nightly-2025-02-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"]