fix(cli.rs/info): add missing camelCase rename (#1505)

* fix(cli.rs/info): add missing camelCase rename

* add changefile
This commit is contained in:
Noah Klayman
2021-04-14 22:48:38 -07:00
committed by GitHub
parent 3998046489
commit bdf707285e
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"cli.rs": patch
---
Add missing camelcase rename for config

View File

@@ -39,6 +39,7 @@ struct JsCliVersionMetadata {
}
#[derive(Deserialize)]
#[serde(rename_all = "camelCase")]
struct VersionMetadata {
js_cli: JsCliVersionMetadata,
}