diff --git a/src/weather/data.rs b/src/weather/data.rs index 170a0d8..3d189b4 100644 --- a/src/weather/data.rs +++ b/src/weather/data.rs @@ -145,7 +145,7 @@ pub struct WeatherAlert { pub struct Precipitation { /// Precipitation volume in the last hour in mm #[serde(rename = "1h")] - pub(self) hour: u16, + pub(self) hour: f32, } #[derive(Deserialize)]