mirror of https://github.com/astral-sh/uv
This commit is contained in:
parent
7f8b563158
commit
94d94e63ad
|
|
@ -14,7 +14,7 @@ use crate::credentials::Credentials;
|
|||
/// Keyring credentials that have been stored during an invocation of uv.
|
||||
static STORED_KEYRING_URLS: LazyLock<StoredKeyringUrls> = LazyLock::new(StoredKeyringUrls::new);
|
||||
/// Service name prefix for storing credentials in a keyring.
|
||||
static UV_SERVICE_PREFIX: &str = "uv-credentials-";
|
||||
static UV_SERVICE_PREFIX: &str = "uv-credentials:";
|
||||
|
||||
/// A backend for retrieving credentials from a keyring.
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in New Issue