Skip to content

Commit

Permalink
Merge pull request #442 from ozkriff/update_to_rand_v0_4
Browse files Browse the repository at this point in the history
Update to rand v0.4
  • Loading branch information
brendanzab committed Jan 3, 2018
2 parents 38a7a7a + 46e4039 commit d1cda89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 }

Expand Down

0 comments on commit d1cda89

Please sign in to comment.