Merge pull request #442 from ozkriff/update_to_rand_v0_4

Update to rand v0.4
This commit is contained in:
Brendan Zabarauskas 2018-01-03 12:34:54 +11:00 committed by GitHub
commit d1cda89cba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ swizzle = []
approx = "0.1"
mint = { version = "0.4.1", optional = true }
num-traits = "0.1"
rand = "0.3"
rand = "0.4"
serde = { version = "1.0", features = ["serde_derive"], optional = true }
simd = { version = "0.2", optional = true }