mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(cli.rs/info): add missing camelCase rename (#1505)
* fix(cli.rs/info): add missing camelCase rename * add changefile
This commit is contained in:
5
.changes/cli.rs-camelcase-rename.md
Normal file
5
.changes/cli.rs-camelcase-rename.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
---
|
||||
|
||||
Add missing camelcase rename for config
|
||||
@@ -39,6 +39,7 @@ struct JsCliVersionMetadata {
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct VersionMetadata {
|
||||
js_cli: JsCliVersionMetadata,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user