1.4.2 Updated Serde struct for Rating
This commit is contained in:
parent
7dc26b7af2
commit
14c47b36cb
2 changed files with 4 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "obsessed-yanqing"
|
name = "obsessed-yanqing"
|
||||||
version = "1.4.1"
|
version = "1.4.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Evann Regnault"]
|
authors = ["Evann Regnault"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -340,15 +340,10 @@ pub struct VoiceActors {
|
||||||
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
|
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct Ratings {
|
pub struct Ratings {
|
||||||
#[serde(rename = "story_early")]
|
pub solo: String,
|
||||||
pub story_early: String,
|
pub blast: String,
|
||||||
#[serde(rename = "story_late")]
|
pub aoe: String,
|
||||||
pub story_late: String,
|
|
||||||
pub sim: String,
|
|
||||||
pub bosses: String,
|
|
||||||
pub farming: String,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
|
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
pub struct BuildDaum {
|
pub struct BuildDaum {
|
||||||
|
|
Loading…
Reference in a new issue