Update rand and rustc-serialize deps to fix build

This commit is contained in:
Darin Morrison 2015-03-17 22:12:59 -06:00
parent 65226fdd06
commit 2086b40893
1 changed files with 2 additions and 2 deletions

View File

@ -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"