forked from mirror/Riven
Regen for missing tft-match-v1.UnitDto.chosen, Release 1.10.2
https://github.com/MingweiSamuel/riotapi-schema/issues/23 Fixes #20
This commit is contained in:
parent
8ed63837b1
commit
18b076203b
4 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
///////////////////////////////////////////////
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd
|
||||
// Version 46d6543508faf7f5f800259caddca32c99565c64
|
||||
|
||||
//! Automatically generated endpoint handles.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
///////////////////////////////////////////////
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd
|
||||
// Version 46d6543508faf7f5f800259caddca32c99565c64
|
||||
|
||||
//! Metadata about the Riot API and Riven.
|
||||
//!
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue