Bump MSRV to 1.84 (#12670)
## Summary Closes https://github.com/astral-sh/uv/issues/12649.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user