From 131dd606dabb1b7ac286605d2fe2ddac37eac7db Mon Sep 17 00:00:00 2001 From: Ben S Date: Mon, 9 Feb 2015 21:46:34 +0000 Subject: [PATCH] Fix Travis tests It kept on using 0.1.1, which didn't actually compile. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3514a693..bb857e0d 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"