fix error cause by "inflation"

This commit is contained in:
LiHaotian123 2024-05-13 21:29:03 +08:00
parent eec9340434
commit b99170f0c7

View File

@ -83,9 +83,9 @@ pub struct Part {
pub chute_height: Option<f64>,
#[serde(rename = "@extension")]
pub extension: Option<f64>,
#[serde(rename = "@inflation")]
#[serde(rename = "@inflate")]
pub inflate: Option<i8>,
#[serde(rename = "@inflationTarget")]
#[serde(rename = "@inflation")]
pub inflation: Option<f64>,
#[serde(rename = "@deployed")]
pub exploded: Option<i8>,