Change rand to rand-std in lib.rs documentation

This commit is contained in:
Vincent Liao 2022-01-27 23:45:56 +07:00
parent f7d637e6aa
commit 2732891359
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
//! # }
//! ```
//!
//! The above code requires `rust-secp256k1` to be compiled with the `rand` and `bitcoin_hashes`
//! The above code requires `rust-secp256k1` to be compiled with the `rand-std` and `bitcoin_hashes`
//! feature enabled, to get access to [`generate_keypair`](struct.Secp256k1.html#method.generate_keypair)
//! Alternately, keys and messages can be parsed from slices, like
//!