Update rust toolchain

This commit is contained in:
Jeremy Soller 2025-10-04 07:54:25 -06:00
parent 00be8094b1
commit 9e29ed935d
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
3 changed files with 3 additions and 3 deletions

2
relibc

@ -1 +1 @@
Subproject commit 43b0f235ca43a95c91b42f2781f482809f1babe4
Subproject commit bb42c12921896eba78a18b278c8dd776b9d9994c

2
rust

@ -1 +1 @@
Subproject commit db7efe3cc0dc066402b758b10456ac5cf3d0bbb3
Subproject commit 687c5fa2c385b8d169fdf95424f755588f95e174

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2025-01-12"
channel = "nightly-2025-10-03"
components = ["rust-src", "rustfmt", "clippy"]
profile = "minimal"