summaryrefslogtreecommitdiffstats
path: root/src/uu/install/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/uu/install/Cargo.toml')
-rw-r--r--src/uu/install/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uu/install/Cargo.toml b/src/uu/install/Cargo.toml
index 8766c3786..b51f2bbd2 100644
--- a/src/uu/install/Cargo.toml
+++ b/src/uu/install/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "uu_install"
-version = "0.0.16"
+version = "0.0.17"
authors = [
"Ben Eills <ben@beneills.com>",
"uutils developers",
@@ -22,7 +22,7 @@ clap = { version = "4.0", features = ["wrap_help", "cargo"] }
filetime = "0.2"
file_diff = "1.0.0"
libc = ">= 0.2"
-uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["fs", "mode", "perms", "entries"] }
+uucore = { version=">=0.0.17", package="uucore", path="../../uucore", features=["fs", "mode", "perms", "entries"] }
[dev-dependencies]
time = "0.3"