Skip to content

Commit e721c32

Browse files
authored
Check CI on the v0.9 branch
1 parent 551f6e5 commit e721c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#![cfg_attr(not(feature = "sha2"), doc = "```ignore")]
2626
//! use rsa::{RsaPrivateKey, RsaPublicKey, Oaep, sha2::Sha256};
2727
//!
28-
//! let mut rng = rand::thread_rng();
28+
//! let mut rng = rand::thread_rng(); // rand@0.8
2929
//!
3030
//! let bits = 2048;
3131
//! let private_key = RsaPrivateKey::new(&mut rng, bits).expect("failed to generate a key");

0 commit comments

Comments
 (0)