Skip to content

Commit

Permalink
cli: Convert package managers to lowercase during serialization (#3531)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Feb 4, 2025
1 parent 6909a0c commit 96ed3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ pub struct ToolchainConfig {

/// Package manager to use for the project.
#[derive(Clone, Debug, Default, Eq, PartialEq, Parser, ValueEnum, Serialize, Deserialize)]
#[serde(rename_all = "lowercase")]
pub enum PackageManager {
/// Use npm as the package manager.
NPM,
Expand Down

0 comments on commit 96ed3b7

Please sign in to comment.