From 2732891359e275f38a8c776dd51d1221bc22e913 Mon Sep 17 00:00:00 2001 From: Vincent Liao Date: Thu, 27 Jan 2022 23:45:56 +0700 Subject: [PATCH] Change rand to rand-std in lib.rs documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0e742cd..b4e2f7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 //!