manifest: update

This commit is contained in:
GitHub Action
2025-03-14 02:31:06 +00:00
parent f3cd1e0feb
commit 8b137260b7
4 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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";
}

View File

@@ -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" ]; }
]

View File

@@ -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"; }
]