mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-03-29 18:49:02 +00:00
feat: fix CI lockbud by upgrading rust nightly version
This commit is contained in:
parent
47b0ac40d9
commit
87127e3842
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue