Skip to content

Commit b475a86

Browse files
Remove unnecessary dependency on rand
1 parent 4f3f906 commit b475a86

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cortex-m-rt/macros/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,5 @@ proc-macro2 = "1.0"
2121
features = ["extra-traits", "full"]
2222
version = "1.0"
2323

24-
[dependencies.rand]
25-
default-features = false
26-
features = ["small_rng"]
27-
version = "0.7"
28-
2924
[dev-dependencies]
3025
cortex-m-rt = { path = "..", version = "0.6" }

0 commit comments

Comments
 (0)