From 1fe95bdc18cac39754bd1a7b255342d3b0dad60e Mon Sep 17 00:00:00 2001 From: Evann Date: Wed, 20 Mar 2024 02:43:54 +0100 Subject: [PATCH] 1.5.1 - Cone struct change --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/data/cones.rs | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f942211..0a2cee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "obsessed-yanqing" -version = "1.5.0" +version = "1.5.1" dependencies = [ "chrono", "image-base64", diff --git a/Cargo.toml b/Cargo.toml index a864837..ce190d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obsessed-yanqing" -version = "1.5.0" +version = "1.5.1" edition = "2021" authors = ["Evann Regnault"] license = "MIT" diff --git a/src/data/cones.rs b/src/data/cones.rs index 64e294a..7492fd0 100644 --- a/src/data/cones.rs +++ b/src/data/cones.rs @@ -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, }