forked from mirror/Riven
1
0
Fork 0

Regen for missing tft-match-v1.UnitDto.chosen, Release 1.10.2

https://github.com/MingweiSamuel/riotapi-schema/issues/23

Fixes #20
v/1.x.x v1.10.2
Mingwei Samuel 2020-10-31 22:33:33 -07:00
parent 8ed63837b1
commit 18b076203b
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "riven" name = "riven"
version = "1.10.1" version = "1.10.2"
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"] authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
repository = "https://github.com/MingweiSamuel/Riven" repository = "https://github.com/MingweiSamuel/Riven"
description = "Riot Games API Library" description = "Riot Games API Library"

View File

@ -7,7 +7,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd // Version 46d6543508faf7f5f800259caddca32c99565c64
//! Automatically generated endpoint handles. //! Automatically generated endpoint handles.

View File

@ -7,7 +7,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd // Version 46d6543508faf7f5f800259caddca32c99565c64
//! Metadata about the Riot API and Riven. //! Metadata about the Riot API and Riven.
//! //!

View File

@ -7,7 +7,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd // Version 46d6543508faf7f5f800259caddca32c99565c64
//! Data transfer structs. //! Data transfer structs.
//! //!
@ -1628,6 +1628,8 @@ pub mod tft_match_v1 {
/// Unit tier. /// Unit tier.
#[serde(rename = "tier")] #[serde(rename = "tier")]
pub tier: i32, pub tier: i32,
#[serde(rename = "chosen")]
pub chosen: Option<String>,
} }
/// Companion data object. /// Companion data object.
#[derive(Debug)] #[derive(Debug)]