diff --git a/Cargo.toml b/Cargo.toml index 1564ce5ab030b..4143c46a0da27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" [workspace.package] edition = "2024" -rust-version = "1.90.0" +rust-version = "1.91" homepage = "https://pypi.org/project/uv/" repository = "https://github.com/astral-sh/uv" authors = ["uv"] diff --git a/Dockerfile b/Dockerfile index 51ab2f2ecf203..856fe0f9229f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,15 +23,8 @@ RUN case "$TARGETPLATFORM" in \ *) exit 1 ;; \ esac -# Temporarily using nightly-2025-11-02 for bundled musl v1.2.5 -# Ref: https://github.com/rust-lang/rust/pull/142682 -# TODO(samypr100): Remove when toolchain updates to 1.93 -COPY <