Bump MSRV to 1.84 (#12670)

## Summary

Closes https://github.com/astral-sh/uv/issues/12649.
This commit is contained in:
Charlie Marsh
2025-04-04 11:49:26 -04:00
committed by GitHub
parent 420fc287fa
commit 42dcea0ee2
64 changed files with 162 additions and 144 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ mod tests {
match self.search_path.as_mut() {
Some(paths) => paths.push(path),
None => self.search_path = Some(vec![path]),
};
}
}
/// Create a new directory and add it to the search path.