소스 검색

Fix Travis tests

It kept on using 0.1.1, which didn't actually compile.
Ben S 11 년 전
부모
커밋
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"