Bump MSRV to 1.85 and Edition 2024 (#13516)
## Summary Builds on https://github.com/astral-sh/uv/pull/11724. Closes https://github.com/astral-sh/uv/issues/13476.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::{env, path::Path, process::Command};
|
||||
|
||||
use crate::common::{uv_snapshot, TestContext};
|
||||
use crate::common::{TestContext, uv_snapshot};
|
||||
use assert_fs::{
|
||||
assert::PathAssert,
|
||||
prelude::{FileTouch, PathChild, PathCreateDir},
|
||||
@@ -998,8 +998,8 @@ fn read_link_path(path: &Path) -> String {
|
||||
.ok()
|
||||
.unwrap_or_else(|| panic!("{} should be readable", path.display()))
|
||||
.unwrap_or_else(|| panic!("{} should be a valid launcher", path.display()));
|
||||
let path = launcher.python_path.simplified_display().to_string();
|
||||
path
|
||||
|
||||
launcher.python_path.simplified_display().to_string()
|
||||
} else {
|
||||
unreachable!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user