summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-06 08:00:25 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-06 08:00:58 +0100
commitf5bd870621779711ef8ba03812f097716f52d349 (patch)
tree7cff55e88933d0a2594432e0a373142c8cf08279 /Cargo.toml
parent6ff009a3082c2c4dbe90b8188bf943df83f596d0 (diff)
manually set the desired version as `cargo smart-release` fails to see that 2.20.3 is available
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 26dbbe9..b9801d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.20.3"
+version = "2.21.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"