Skip to content

Commit bdf7072

Browse files
authored
fix(cli.rs/info): add missing camelCase rename (#1505)
* fix(cli.rs/info): add missing camelCase rename * add changefile
1 parent 3998046 commit bdf7072

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"cli.rs": patch
3+
---
4+
5+
Add missing camelcase rename for config

tooling/cli.rs/src/info.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ struct JsCliVersionMetadata {
3939
}
4040

4141
#[derive(Deserialize)]
42+
#[serde(rename_all = "camelCase")]
4243
struct VersionMetadata {
4344
js_cli: JsCliVersionMetadata,
4445
}

0 commit comments

Comments
 (0)