1.5.1 - Cone struct change

This commit is contained in:
Evann Regnault 2024-03-20 02:43:54 +01:00
parent 5870f790ba
commit 1fe95bdc18
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1582,7 +1582,7 @@ dependencies = [
[[package]]
name = "obsessed-yanqing"
version = "1.5.0"
version = "1.5.1"
dependencies = [
"chrono",
"image-base64",

View file

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

View file

@ -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,
}