diff --git a/Cargo.toml b/Cargo.toml index f56500c..d3fbaa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riven" -version = "1.10.1" +version = "1.10.2" authors = ["Mingwei Samuel "] repository = "https://github.com/MingweiSamuel/Riven" description = "Riot Games API Library" diff --git a/src/endpoints.rs b/src/endpoints.rs index 7e7dea2..827ea1b 100644 --- a/src/endpoints.rs +++ b/src/endpoints.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd +// Version 46d6543508faf7f5f800259caddca32c99565c64 //! Automatically generated endpoint handles. diff --git a/src/meta.rs b/src/meta.rs index f4be771..9762354 100644 --- a/src/meta.rs +++ b/src/meta.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd +// Version 46d6543508faf7f5f800259caddca32c99565c64 //! Metadata about the Riot API and Riven. //! diff --git a/src/models.rs b/src/models.rs index 29a58f4..322aefe 100644 --- a/src/models.rs +++ b/src/models.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd +// Version 46d6543508faf7f5f800259caddca32c99565c64 //! Data transfer structs. //! @@ -1628,6 +1628,8 @@ pub mod tft_match_v1 { /// Unit tier. #[serde(rename = "tier")] pub tier: i32, + #[serde(rename = "chosen")] + pub chosen: Option, } /// Companion data object. #[derive(Debug)]