Просмотр исходного кода

Fix Travis tests

It kept on using 0.1.1, which didn't actually compile.
Ben S 11 лет назад
Родитель
Сommit
131dd606da
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Cargo.toml

+ 2 - 2
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"