Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TgZ39 committed Oct 3, 2024
1 parent 87442f8 commit 041ca92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

0 comments on commit 041ca92

Please sign in to comment.