mirror of
https://github.com/oxalica/rust-overlay.git
synced 2025-10-05 15:52:54 +02:00
manifest: update
This commit is contained in:
1
manifests/nightly/2025/2025-03-14.nix
Normal file
1
manifests/nightly/2025/2025-03-14.nix
Normal file
File diff suppressed because one or more lines are too long
@@ -430,5 +430,6 @@
|
||||
"2025-03-11" = import ./2025/2025-03-11.nix;
|
||||
"2025-03-12" = import ./2025/2025-03-12.nix;
|
||||
"2025-03-13" = import ./2025/2025-03-13.nix;
|
||||
latest = "2025-03-13";
|
||||
"2025-03-14" = import ./2025/2025-03-14.nix;
|
||||
latest = "2025-03-14";
|
||||
}
|
||||
|
@@ -12,4 +12,5 @@
|
||||
{ complete = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt" "clippy" "rls-preview" "rust-analyzer-preview" "rust-src" "llvm-tools-preview" "rust-analysis" "miri-preview" "rustc-dev" ]; default = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt" "clippy" ]; minimal = [ "rustc" "cargo" "rust-std" "rust-mingw" ]; }
|
||||
{ complete = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt-preview" "clippy-preview" "rls-preview" "rust-analyzer-preview" "rust-src" "llvm-tools-preview" "rust-analysis" "miri-preview" "rustc-codegen-cranelift-preview" "rustc-dev" ]; default = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt-preview" "clippy-preview" ]; minimal = [ "rustc" "cargo" "rust-std" "rust-mingw" ]; }
|
||||
{ complete = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt-preview" "clippy-preview" "rls-preview" "rust-analyzer-preview" "rust-src" "llvm-tools-preview" "rust-analysis" "miri-preview" "rustc-codegen-cranelift-preview" ]; default = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt-preview" "clippy-preview" ]; minimal = [ "rustc" "cargo" "rust-std" "rust-mingw" ]; }
|
||||
{ complete = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt-preview" "clippy-preview" "rust-analyzer-preview" "rust-src" "llvm-tools-preview" "rust-analysis" "miri-preview" "rustc-codegen-cranelift-preview" "rustc-dev" ]; default = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt-preview" "clippy-preview" ]; minimal = [ "rustc" "cargo" "rust-std" "rust-mingw" ]; }
|
||||
]
|
||||
|
@@ -8,4 +8,5 @@
|
||||
{ llvm-tools = "llvm-tools-preview"; miri = "miri-preview"; rls = "rls-preview"; rust-analyzer = "rust-analyzer-preview"; rust-docs-json = "rust-docs-json-preview"; }
|
||||
{ clippy = "clippy-preview"; llvm-tools = "llvm-tools-preview"; miri = "miri-preview"; rls = "rls-preview"; rust-analyzer = "rust-analyzer-preview"; rust-docs-json = "rust-docs-json-preview"; rustc-codegen-cranelift = "rustc-codegen-cranelift-preview"; rustfmt = "rustfmt-preview"; }
|
||||
{ clippy = "clippy-preview"; llvm-bitcode-linker = "llvm-bitcode-linker-preview"; llvm-tools = "llvm-tools-preview"; miri = "miri-preview"; rls = "rls-preview"; rust-analyzer = "rust-analyzer-preview"; rust-docs-json = "rust-docs-json-preview"; rustc-codegen-cranelift = "rustc-codegen-cranelift-preview"; rustfmt = "rustfmt-preview"; }
|
||||
{ clippy = "clippy-preview"; llvm-bitcode-linker = "llvm-bitcode-linker-preview"; llvm-tools = "llvm-tools-preview"; miri = "miri-preview"; rust-analyzer = "rust-analyzer-preview"; rust-docs-json = "rust-docs-json-preview"; rustc-codegen-cranelift = "rustc-codegen-cranelift-preview"; rustfmt = "rustfmt-preview"; }
|
||||
]
|
||||
|
Reference in New Issue
Block a user