Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Update rand to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 20, 2019
1 parent d633442 commit ff334a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ panic-halt = "0.2.0"

[dev-dependencies.rand]
default-features = false
version = "0.5.5"
version = "0.7.0"
features = ["small_rng"]

[target.'cfg(not(target_os = "none"))'.dev-dependencies]
compiletest_rs = "0.3.14"
Expand Down

0 comments on commit ff334a5

Please sign in to comment.