summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-02-09 21:46:34 +0000
committerBen S <ogham@bsago.me>2015-02-09 21:46:34 +0000
commit131dd606dabb1b7ac286605d2fe2ddac37eac7db (patch)
tree97a3976668f0899fd0e7401ffa79f793689b3d95 /Cargo.toml
parent924416d8fb52c25f6824e368481947699ef3bde2 (diff)
Fix Travis tests
It kept on using 0.1.1, which didn't actually compile.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3514a69..bb857e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,8 @@ name = "exa"
[dependencies]
ansi_term = "0.4.5"
-datetime = "0.1.1"
-datetime_macros = "0.1.1"
+datetime = "0.1.2"
+datetime_macros = "0.1.2"
getopts = "0.2.1"
natord = "1.0.7"
number_prefix = "0.2.3"