diff options
author | 2019-11-21 22:10:55 +0100 | |
---|---|---|
committer | 2019-11-21 22:27:44 +0100 | |
commit | b475a86e128a276318811465436a21ec91e8ab62 (patch) | |
tree | f85bcdef9eb6e0813a629f9be78ae954453ab583 | |
parent | 4f3f906c32e065918bf2d1566f8b1b6e7b3b71ce (diff) | |
download | cortex-m-b475a86e128a276318811465436a21ec91e8ab62.tar.gz cortex-m-b475a86e128a276318811465436a21ec91e8ab62.tar.zst cortex-m-b475a86e128a276318811465436a21ec91e8ab62.zip |
Remove unnecessary dependency on rand
-rw-r--r-- | cortex-m-rt/macros/Cargo.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml index 4e46aaa..62a3836 100644 --- a/cortex-m-rt/macros/Cargo.toml +++ b/cortex-m-rt/macros/Cargo.toml @@ -21,10 +21,5 @@ proc-macro2 = "1.0" features = ["extra-traits", "full"] version = "1.0" -[dependencies.rand] -default-features = false -features = ["small_rng"] -version = "0.7" - [dev-dependencies] cortex-m-rt = { path = "..", version = "0.6" } |