Skip to content

Commit

Permalink
fix(cli.rs/info): add missing camelCase rename (#1505)
Browse files Browse the repository at this point in the history
* fix(cli.rs/info): add missing camelCase rename

* add changefile
  • Loading branch information
nklayman committed Apr 15, 2021
1 parent 3998046 commit bdf7072
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/cli.rs-camelcase-rename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cli.rs": patch
---

Add missing camelcase rename for config
1 change: 1 addition & 0 deletions tooling/cli.rs/src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ struct JsCliVersionMetadata {
}

#[derive(Deserialize)]
#[serde(rename_all = "camelCase")]
struct VersionMetadata {
js_cli: JsCliVersionMetadata,
}
Expand Down

0 comments on commit bdf7072

Please sign in to comment.