浏览代码

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"