diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 0f7b82b..552929d 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version ebc454ceebe6e7642609d4c7280bde93b93adba0 +// Version dfff73340b38e0d7df45f9c60a9b9a4792ad489e //! 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 835b07f..7a85124 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version ebc454ceebe6e7642609d4c7280bde93b93adba0 +// Version dfff73340b38e0d7df45f9c60a9b9a4792ad489e //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 07cf1c8..7106ed2 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version ebc454ceebe6e7642609d4c7280bde93b93adba0 +// Version dfff73340b38e0d7df45f9c60a9b9a4792ad489e #![allow(missing_docs)] @@ -1510,7 +1510,7 @@ pub mod match_v5 { pub blast_cone_opposite_opponent_count: Option, #[serde(rename = "bountyGold")] #[serde(skip_serializing_if = "Option::is_none")] - pub bounty_gold: Option, + pub bounty_gold: Option, #[serde(rename = "buffsStolen")] #[serde(skip_serializing_if = "Option::is_none")] pub buffs_stolen: Option,