summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChris Rose <offby1@offby1.net>2021-04-08 15:37:54 -0700
committerGitHub <noreply@github.com>2021-04-08 18:37:54 -0400
commit6817e7f6981d4cdd16367eec725e75bd6089d3a0 (patch)
tree37740b2c657e1094449010418fcf48af52699d90 /Cargo.toml
parent1ff1f2b5dd4dd96abc16de914c2e4fcbaa41fb57 (diff)
feat: add version format configuration (#2499)
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 34303b50b..88fc773e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,6 +67,7 @@ notify-rust = { version = "4.3.0", optional = true }
semver = "0.11.0"
which = "4.1.0"
shadow-rs = "0.5.25"
+versions = "2.1.0"
strsim = "0.10.0"
process_control = { version = "3.0.1", features = ["crossbeam-channel"] }