mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Upgrade Rust toolchain to 1.85 (#11720)
## Summary * Upgrade the rust toolchain to 1.85.0. This does not increase the MSRV. * Update windows trampoline to 1.86 nightly beta (previously in 1.85 nightly beta). ## Test Plan Existing tests
This commit is contained in:
parent
3c541e2368
commit
878497a014
21 changed files with 51 additions and 56 deletions
|
@ -12,7 +12,7 @@ use tracing::{debug, instrument};
|
|||
use url::Url;
|
||||
|
||||
use uv_cache_key::{cache_digest, RepositoryUrl};
|
||||
use uv_git_types::{GitOid, GitUrl};
|
||||
use uv_git_types::GitUrl;
|
||||
|
||||
use crate::git::GitRemote;
|
||||
use crate::GIT_STORE;
|
||||
|
@ -107,7 +107,7 @@ impl GitSource {
|
|||
&db_path,
|
||||
db,
|
||||
self.git.reference(),
|
||||
locked_rev.map(GitOid::from),
|
||||
locked_rev,
|
||||
&self.client,
|
||||
self.disable_ssl,
|
||||
)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue