summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac9f36f..78f689a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "lsd"
readme = "./README.md"
repository = "https://github.com/Peltoche/lsd"
-version = "0.16.0"
+version = "0.17.1-pre"
edition = "2018"
[[bin]]
@@ -18,6 +18,7 @@ path = "src/main.rs"
[build-dependencies]
clap = "2.33.*"
version_check = "0.9.*"
+time = "0.1.*"
[dependencies]
ansi_term = "0.12.*"