aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a08b36..dfc5f59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rand-word-gen"
-version = "1.1.0"
+version = "1.1.1"
authors = ["nsfisis"]
edition = "2021"
description = "Generates random pseudo-English words."
@@ -11,5 +11,5 @@ anyhow = "1.0.86"
rand = "0.8.5"
[dependencies.clap]
-version = "4.5.7"
+version = "4.5.15"
features = ["cargo"]