mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 21:40:11 -05:00
Add some missing git feature cfgs for imports (#17273)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,7 @@ use std::path::Path;
|
||||
use url::Url;
|
||||
use wiremock::{Mock, MockServer, ResponseTemplate, matchers::method, matchers::path};
|
||||
|
||||
#[cfg(feature = "git-lfs")]
|
||||
use uv_cache_key::{RepositoryUrl, cache_digest};
|
||||
use uv_fs::Simplified;
|
||||
use uv_static::EnvVars;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#[cfg(any(feature = "git", feature = "git-lfs"))]
|
||||
use std::collections::BTreeSet;
|
||||
use std::process::Command;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user