fix error cause by "inflation"
This commit is contained in:
parent
eec9340434
commit
b99170f0c7
@ -83,9 +83,9 @@ pub struct Part {
|
|||||||
pub chute_height: Option<f64>,
|
pub chute_height: Option<f64>,
|
||||||
#[serde(rename = "@extension")]
|
#[serde(rename = "@extension")]
|
||||||
pub extension: Option<f64>,
|
pub extension: Option<f64>,
|
||||||
#[serde(rename = "@inflation")]
|
#[serde(rename = "@inflate")]
|
||||||
pub inflate: Option<i8>,
|
pub inflate: Option<i8>,
|
||||||
#[serde(rename = "@inflationTarget")]
|
#[serde(rename = "@inflation")]
|
||||||
pub inflation: Option<f64>,
|
pub inflation: Option<f64>,
|
||||||
#[serde(rename = "@deployed")]
|
#[serde(rename = "@deployed")]
|
||||||
pub exploded: Option<i8>,
|
pub exploded: Option<i8>,
|
||||||
|
Loading…
Reference in New Issue
Block a user