소스 검색

Update rand and rustc-serialize deps to fix build

Darin Morrison 10 년 전
부모
커밋
2086b40893
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -14,5 +14,5 @@ rational, and complex types.
 """
 
 [dependencies]
-rustc-serialize = "0.2"
-rand = "0.1"
+rustc-serialize = "0.3.5"
+rand = "0.2.0"