From 14d3c8d346e4f1dce5e4a19998114e52e4b0e966 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 19 Sep 2024 14:59:11 -0500 Subject: [PATCH] Add entry for Rust bump --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d98cf1c224f..68dd5d1f41a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ - Compute resolver hints using the final reduced derivation tree ([#7546](https://github.com/astral-sh/uv/pull/7546)) - Bump the wheel and sdist cache versions ([#7560](https://github.com/astral-sh/uv/pull/7560)) +### Other + +- Bump minimum supported Rust version from 1.80 -> 1.81 + ### Documentation - Add `UV_LINK_MODE` to Docker caching example ([#7510](https://github.com/astral-sh/uv/pull/7510))