1.4.2 Updated Serde struct for Rating

This commit is contained in:
Evann Regnault 2023-09-05 00:07:27 +02:00
parent 7dc26b7af2
commit 14c47b36cb
2 changed files with 4 additions and 9 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "obsessed-yanqing"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
authors = ["Evann Regnault"]
license = "MIT"

View file

@ -340,15 +340,10 @@ pub struct VoiceActors {
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct Ratings {
#[serde(rename = "story_early")]
pub story_early: String,
#[serde(rename = "story_late")]
pub story_late: String,
pub sim: String,
pub bosses: String,
pub farming: String,
pub solo: String,
pub blast: String,
pub aoe: String,
}
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct BuildDaum {