summaryrefslogtreecommitdiffstats
path: root/src/uu/od/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/uu/od/Cargo.toml')
-rw-r--r--src/uu/od/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uu/od/Cargo.toml b/src/uu/od/Cargo.toml
index fdd92721a..827436354 100644
--- a/src/uu/od/Cargo.toml
+++ b/src/uu/od/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "uu_od"
-version = "0.0.16"
+version = "0.0.17"
authors = ["uutils developers"]
license = "MIT"
description = "od ~ (uutils) display formatted representation of input"
@@ -18,7 +18,7 @@ path = "src/od.rs"
byteorder = "1.3.2"
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
half = "2.1"
-uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
+uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
[[bin]]
name = "od"