Skip to content

Commit

Permalink
chore: bump version to 0.1.28 and update clap dependency to 4.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Feb 24, 2025
1 parent 5661e30 commit 1efa8e9
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 = "dumpsync"
version = "0.1.27"
version = "0.1.28"
edition = "2021"
license = "MIT"
authors = ["kremilly"]
Expand All @@ -15,7 +15,7 @@ homepage = "https://dumpsync.com"
aes-gcm = "0.10.3"
anyhow = "1.0.96"
chrono = "0.4.39"
clap = { version = "4.5.30", features = ["cargo", "derive"] }
clap = { version = "4.5.31", features = ["cargo", "derive"] }
clap-cargo = "0.15.2"
colored = "3.0.0"
crc32fast = "1.4.2"
Expand Down

0 comments on commit 1efa8e9

Please sign in to comment.