Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/pixi_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ const EXPERIMENTAL: &str = "experimental";
#[serde(rename_all = "lowercase")]
pub enum TlsRootCerts {
/// Use bundled Mozilla root certificates
#[default]
Webpki,
/// Use the system's native certificate store
Native,
/// Use both webpki and native certificates
#[default]
All,
}

Expand Down
Loading