Depend on `rand = "*"` instead of a specific version.
This commit is contained in:
parent
b2af1fd641
commit
8776963e91
|
@ -21,7 +21,7 @@ arbitrary = ["quickcheck"]
|
|||
|
||||
[dependencies]
|
||||
rustc-serialize = "*"
|
||||
rand = "0.3"
|
||||
rand = "*"
|
||||
|
||||
[dependencies.quickcheck]
|
||||
optional = true
|
||||
|
|
Loading…
Reference in New Issue