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

Commit 457da46

Browse files
Remove unnecessary dependency on rand
1 parent a691adf commit 457da46

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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)