This commit is contained in:
John Mumm 2025-08-08 10:16:59 +01:00
parent 7f8b563158
commit 94d94e63ad
No known key found for this signature in database
GPG Key ID: 73D2271AFDC26EA8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ use crate::credentials::Credentials;
/// Keyring credentials that have been stored during an invocation of uv. /// Keyring credentials that have been stored during an invocation of uv.
static STORED_KEYRING_URLS: LazyLock<StoredKeyringUrls> = LazyLock::new(StoredKeyringUrls::new); static STORED_KEYRING_URLS: LazyLock<StoredKeyringUrls> = LazyLock::new(StoredKeyringUrls::new);
/// Service name prefix for storing credentials in a keyring. /// 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. /// A backend for retrieving credentials from a keyring.
/// ///