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]]
|
||||
name = "obsessed-yanqing"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"image-base64",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "obsessed-yanqing"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
edition = "2021"
|
||||
authors = ["Evann Regnault"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -31,7 +31,6 @@ pub struct Cone {
|
|||
pub release_date: String,
|
||||
pub path: String,
|
||||
pub stats: Stats,
|
||||
pub character_builder_cone_info: CharacterBuilderConeInfo,
|
||||
pub skill_name: String,
|
||||
pub skill_description: SkillDescription,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue