From 46ba2fdff951ef4c9b2f7a2b030c2acc510f6dc7 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 27 May 2024 10:42:57 -0700 Subject: [PATCH] Regen for https://github.com/MingweiSamuel/Riven/issues/71 fix --- riven/src/endpoints.rs | 2 +- riven/src/meta.rs | 2 +- riven/src/models.rs | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 2182be6..9f691cc 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 65bb2e6914e0be5f326abee5b7eb014c3e1b96f6 +// Version a2ccdc60991a963528b99c289cd43bbbcefd70ec //! Automatically generated endpoint handles. #![allow(clippy::let_and_return, clippy::too_many_arguments)] diff --git a/riven/src/meta.rs b/riven/src/meta.rs index 21b838a..4ab495e 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 65bb2e6914e0be5f326abee5b7eb014c3e1b96f6 +// Version a2ccdc60991a963528b99c289cd43bbbcefd70ec //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 700f268..1d91fb9 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 65bb2e6914e0be5f326abee5b7eb014c3e1b96f6 +// Version a2ccdc60991a963528b99c289cd43bbbcefd70ec #![allow(missing_docs)] @@ -1411,7 +1411,7 @@ pub mod match_v5 { pub epic_monster_stolen_without_smite: Option, #[serde(rename = "firstTurretKilled")] #[serde(skip_serializing_if = "Option::is_none")] - pub first_turret_killed: Option, + pub first_turret_killed: Option, #[serde(rename = "firstTurretKilledTime")] #[serde(skip_serializing_if = "Option::is_none")] pub first_turret_killed_time: Option, @@ -1732,10 +1732,10 @@ pub mod match_v5 { pub infernal_scale_pickup: Option, #[serde(rename = "fistBumpParticipation")] #[serde(skip_serializing_if = "Option::is_none")] - pub fist_bump_participation: Option, + pub fist_bump_participation: Option, #[serde(rename = "voidMonsterKill")] #[serde(skip_serializing_if = "Option::is_none")] - pub void_monster_kill: Option, + pub void_monster_kill: Option, } /// Missions data object. /// # Description