Remove rand(), fixes #50
This commit is contained in:
@ -6,5 +6,4 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
embassy = { version = "0.1.0", path = "../embassy", features = ["std"] }
|
||||
lazy_static = "1.4.0"
|
||||
rand_core = { version = "0.6.0", features = ["std"] }
|
||||
lazy_static = "1.4.0"
|
Reference in New Issue
Block a user