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