mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
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:
+1
-1
@@ -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,2 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "1.95.0"
|
||||
channel = "1.96.0"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2025-11-02"
|
||||
channel = "nightly-2025-12-12"
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "1.95.0"
|
||||
channel = "1.96.0"
|
||||
|
||||
Reference in New Issue
Block a user