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]
|
||||
name = "obsessed-yanqing"
|
||||
version = "1.4.1"
|
||||
version = "1.4.2"
|
||||
edition = "2021"
|
||||
authors = ["Evann Regnault"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue