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

Commit

Permalink
Update macros' 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 ff334a5 commit 7e31e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ features = ["extra-traits", "full"]
version = "0.15.13"

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

[dev-dependencies]
cortex-m-rt = { path = "..", version = "0.6.0" }

0 comments on commit 7e31e50

Please sign in to comment.