Skip to content

Commit

Permalink
deps: update to rand 0.6
Browse files Browse the repository at this point in the history
Closes #500
  • Loading branch information
BurntSushi committed Mar 30, 2019
1 parent 72066ec commit e915bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy_static = "1"
# For property based tests.
quickcheck = { version = "0.7", default-features = false }
# For generating random test data.
rand = "0.5"
rand = "0.6.5"

[features]
default = ["use_std"]
Expand Down

0 comments on commit e915bb0

Please sign in to comment.