Update to new version of 'rand'. Fixes compilation on Windows.
This commit is contained in:
parent
1558f944ff
commit
efe8adf144
|
@ -15,4 +15,4 @@ rational, and complex types.
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustc-serialize = "0.3.5"
|
rustc-serialize = "0.3.5"
|
||||||
rand = "0.2.0"
|
rand = "0.3.3"
|
||||||
|
|
Loading…
Reference in New Issue