diff options
-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" } |