summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-09-10 10:24:59 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-09-10 11:04:12 +0200
commit30b34be5779927424ea74464134139e27ed6b3e3 (patch)
treee3c88ce12c4da961453535696d217ef6ae666828 /Cargo.toml
parentef1e753d6d0f5e216b6ddbc41e2ea0a8c6e8942a (diff)
Add helper to get latest version of a package
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4fd13cb..b7cacfc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ prettytable-rs = "0.8"
filters = "0.3"
boolinator = "2"
itertools = "0.8"
+semver = "0.10"
[dependencies.clap]
version = ">=2.33"