Skip to content

Commit

Permalink
fix improper casing
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Beslic <[email protected]>
  • Loading branch information
abronan committed Jul 12, 2017
1 parent 7766cea commit 0aa996e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub struct SystemGetSysinfo {
pub sw_ver: String,
pub hw_ver: String,
#[serde(rename = "type")]
pub hwtype: String,
pub hw_type: String,
pub model: String,
pub mac: String,
#[serde(rename = "deviceId")]
Expand Down

0 comments on commit 0aa996e

Please sign in to comment.