1.5.1 - Cone struct change
This commit is contained in:
parent
5870f790ba
commit
1fe95bdc18
3 changed files with 2 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1582,7 +1582,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "obsessed-yanqing"
|
name = "obsessed-yanqing"
|
||||||
version = "1.5.0"
|
version = "1.5.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"image-base64",
|
"image-base64",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "obsessed-yanqing"
|
name = "obsessed-yanqing"
|
||||||
version = "1.5.0"
|
version = "1.5.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Evann Regnault"]
|
authors = ["Evann Regnault"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -31,7 +31,6 @@ pub struct Cone {
|
||||||
pub release_date: String,
|
pub release_date: String,
|
||||||
pub path: String,
|
pub path: String,
|
||||||
pub stats: Stats,
|
pub stats: Stats,
|
||||||
pub character_builder_cone_info: CharacterBuilderConeInfo,
|
|
||||||
pub skill_name: String,
|
pub skill_name: String,
|
||||||
pub skill_description: SkillDescription,
|
pub skill_description: SkillDescription,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue