Skip to content

Commit 2732891

Browse files
committed
Change rand to rand-std in lib.rs documentation
1 parent f7d637e commit 2732891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
//! # }
5454
//! ```
5555
//!
56-
//! The above code requires `rust-secp256k1` to be compiled with the `rand` and `bitcoin_hashes`
56+
//! The above code requires `rust-secp256k1` to be compiled with the `rand-std` and `bitcoin_hashes`
5757
//! feature enabled, to get access to [`generate_keypair`](struct.Secp256k1.html#method.generate_keypair)
5858
//! Alternately, keys and messages can be parsed from slices, like
5959
//!

0 commit comments

Comments
 (0)