Depend on `rand = "*"` instead of a specific version.

This commit is contained in:
Sébastien Crozet 2015-03-28 13:59:15 +01:00
parent b2af1fd641
commit 8776963e91
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ arbitrary = ["quickcheck"]
[dependencies] [dependencies]
rustc-serialize = "*" rustc-serialize = "*"
rand = "0.3" rand = "*"
[dependencies.quickcheck] [dependencies.quickcheck]
optional = true optional = true