Update getrandom bpf dependency (#17388)

(cherry picked from commit 8c073b2c94)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2021-05-21 16:56:09 +00:00
committed by GitHub
parent 40c95dde4f
commit 7cc96dc20f

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