Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed Sep 2, 2024
1 parent c5d3841 commit 3e05938
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 = "limonium"
version = "2.1.1"
version = "2.1.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -13,7 +13,7 @@ serde = "1.0.209"
serde_derive = "1.0.209"
serde_json = "1.0.127"
async-trait = "0.1.81"
tokio = { version = "1.39.3", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
colored = "2.1.0"
self_update = { version = "0.41.0", features = ["archive-zip", "compression-zip-deflate"] }
uuid = { version = "1.10.0", features = ["v4"] }
Expand Down

0 comments on commit 3e05938

Please sign in to comment.