summaryrefslogtreecommitdiffstats
path: root/src/uu/tr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/uu/tr/Cargo.toml')
-rw-r--r--src/uu/tr/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uu/tr/Cargo.toml b/src/uu/tr/Cargo.toml
index 3c69b4f30..992423999 100644
--- a/src/uu/tr/Cargo.toml
+++ b/src/uu/tr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "uu_tr"
-version = "0.0.16"
+version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "tr ~ (uutils) translate characters within input and display"
@@ -17,7 +17,7 @@ path = "src/tr.rs"
[dependencies]
nom = "7.1.1"
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" }
[[bin]]
name = "tr"