Skip to content

Commit

Permalink
upgrade rand (dev) dep to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Jul 13, 2019
1 parent f455e48 commit 5539a58
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 @@ -15,7 +15,7 @@ parking_lot_core = { path = "core", version = "0.5" }
lock_api = { path = "lock_api", version = "0.3" }

[dev-dependencies]
rand = "0.6"
rand = "0.7"
lazy_static = "1.0"

# Used when testing out serde support.
Expand Down

0 comments on commit 5539a58

Please sign in to comment.