From 041ca9206e73b342c608ebd3cc5f8fcf96a5025a Mon Sep 17 00:00:00 2001 From: TgZ39 Date: Thu, 3 Oct 2024 20:37:46 +0200 Subject: [PATCH] Bump version to 0.2.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d3d4fee..e221681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nadeo-api" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "Apache-2.0" description = "An interface for working with the Nadeo API" @@ -19,5 +19,5 @@ serde_json = "1.0" thiserror = "1.0" chrono = "0.4" strum = { version = "0.26", features = ["strum_macros", "derive"] } -derive_more = "1.0" +derive_more = { version = "1.0", features = ["display"] } futures = "0.3"