Update Rust toolchain to 1.96 and MSRV to 1.94 (#19600)

## Summary

Update the MSRV to 1.94.0, the pinned Rust toolchain to 1.96.0, and the
trampoline nightly toolchain to remain compatible with the new MSRV.
This commit is contained in:
Charlie Marsh
2026-05-29 10:20:40 +02:00
committed by GitHub
parent a33a629d66
commit 81dabd532d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ resolver = "2"
[workspace.package]
edition = "2024"
rust-version = "1.93.0"
rust-version = "1.94.0"
homepage = "https://pypi.org/project/uv/"
repository = "https://github.com/astral-sh/uv"
authors = ["uv"]
+1 -1
View File
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.95.0"
channel = "1.96.0"
+1 -1
View File
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2025-11-02"
channel = "nightly-2025-12-12"
+1 -1
View File
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.95.0"
channel = "1.96.0"