Skip to content

Commit

Permalink
fix: parse lowercase
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Dec 13, 2024
1 parent 1e759d2 commit 111824b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/iroha_wasm_builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const TOOLCHAIN: &str = "+nightly-2024-09-09";
Serialize,
Deserialize,
)]
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum Profile {
/// Applies release optimization
Expand Down

0 comments on commit 111824b

Please sign in to comment.