mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-23 12:56:47 +00:00
Update Rust toolchain to 1.89 (#15157)
## Summary Bumps Rust toolchain to 1.89, but not the MSRV. Lifetime changes is related to a new lint rule explained in https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/#mismatched-lifetime-syntaxes-lint ## Test Plan Existing Tests
This commit is contained in:
parent
8f71d239f8
commit
57df0146e2
37 changed files with 83 additions and 81 deletions
|
|
@ -174,7 +174,7 @@ impl VersionMap {
|
|||
pub(crate) fn iter(
|
||||
&self,
|
||||
range: &Ranges<Version>,
|
||||
) -> impl DoubleEndedIterator<Item = (&Version, VersionMapDistHandle)> {
|
||||
) -> impl DoubleEndedIterator<Item = (&Version, VersionMapDistHandle<'_>)> {
|
||||
// Performance optimization: If we only have a single version, return that version directly.
|
||||
if let Some(version) = range.as_singleton() {
|
||||
either::Either::Left(match self.inner {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue