Update getrandom bpf dependency

This commit is contained in:
Jack May 2021-04-29 13:28:03 -07:00 committed by Michael Vines
parent 2adce67260
commit 8c073b2c94
1 changed files with 6 additions and 0 deletions

View File

@ -278,6 +278,12 @@ program's `Cargo.toml`:
getrandom = { version = "0.1.14", features = ["dummy"] }
```
or if the dependency is on getrandom v0.2 add:
```
getrandom = { version = "0.2.2", features = ["custom"] }
```
## Logging
Rust's `println!` macro is computationally expensive and not supported. Instead