diff --git a/Cargo.toml b/Cargo.toml index 070e6ca..9b10f12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obsessed-yanqing" -version = "1.4.1" +version = "1.4.2" edition = "2021" authors = ["Evann Regnault"] license = "MIT" diff --git a/src/data/character.rs b/src/data/character.rs index 6703e93..b4be267 100644 --- a/src/data/character.rs +++ b/src/data/character.rs @@ -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 {