Update getrandom bpf dependency (#17388)
(cherry picked from commit 8c073b2c94
)
Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user