Skip to content

Commit

Permalink
Change rand to rand-std in lib.rs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vinliao committed Jan 27, 2022
1 parent f7d637e commit 2732891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit 2732891

Please sign in to comment.