summaryrefslogtreecommitdiffstats
path: root/src/uu/more/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/uu/more/Cargo.toml')
-rw-r--r--src/uu/more/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uu/more/Cargo.toml b/src/uu/more/Cargo.toml
index 000e5620b..b52ed1880 100644
--- a/src/uu/more/Cargo.toml
+++ b/src/uu/more/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "uu_more"
-version = "0.0.16"
+version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "more ~ (uutils) input perusal filter"
@@ -16,7 +16,7 @@ path = "src/more.rs"
[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
-uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
+uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
crossterm = ">=0.19"
atty = "0.2"
unicode-width = "0.1.7"