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

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

Fixes #20
pull/23/head 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]
name = "riven"
version = "1.10.1"
version = "1.10.2"
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
repository = "https://github.com/MingweiSamuel/Riven"
description = "Riot Games API Library"

View File

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

View File

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

View File

@ -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<String>,
}
/// Companion data object.
#[derive(Debug)]