Skip to content

Commit 90f2061

Browse files
ci(rustToolchain): update to newer version of rust nightly
1 parent 69f8791 commit 90f2061

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly"
3-
components = [ "rust-src", "rust-analyzer", "rustfmt", "clippy" ]
2+
channel = "nightly-2025-02-01"
3+
components = ["rustc", "rust-src", "rust-analyzer", "rustfmt", "clippy" ]
44
profile = "default"

0 commit comments

Comments
 (0)