Add Rng to cargo
This commit is contained in:
parent
3c00a7b81d
commit
d28aec782b
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -746,6 +746,7 @@ dependencies = [
|
|||
"env_logger",
|
||||
"heapless",
|
||||
"log",
|
||||
"rand_core",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ env_logger = "0.9.0"
|
|||
log = "0.4.14"
|
||||
heapless = "0.7.10"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
rand_core = "0.6.0"
|
||||
|
||||
[patch.crates-io]
|
||||
embassy = { git = "https://github.com/embassy-rs/embassy.git", rev = "d76cd5ceaf5140c48ef97180beae156c0c0e07c8" }
|
||||
|
|
Loading…
Reference in New Issue
Block a user