manifest: update

This commit is contained in:
GitHub Action
2025-04-02 02:33:57 +00:00
parent bee11c51c2
commit 1de27ae437
5 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -87,5 +87,6 @@
"2025-03-09" = import ./2025/2025-03-09.nix;
"2025-03-17" = import ./2025/2025-03-17.nix;
"2025-03-23" = import ./2025/2025-03-23.nix;
latest = "2025-03-23";
"2025-04-02" = import ./2025/2025-04-02.nix;
latest = "2025-04-02";
}

File diff suppressed because one or more lines are too long

View File

@@ -449,5 +449,6 @@
"2025-03-30" = import ./2025/2025-03-30.nix;
"2025-03-31" = import ./2025/2025-03-31.nix;
"2025-04-01" = import ./2025/2025-04-01.nix;
latest = "2025-04-01";
"2025-04-02" = import ./2025/2025-04-02.nix;
latest = "2025-04-02";
}

View File

@@ -13,4 +13,5 @@
{ 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" ]; }
{ 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" ]; default = [ "rustc" "cargo" "rust-std" "rust-mingw" "rust-docs" "rustfmt-preview" "clippy-preview" ]; minimal = [ "rustc" "cargo" "rust-std" "rust-mingw" ]; }
]