Skip to content

Commit

Permalink
docs: update corresponding version in doc (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzvon committed Mar 6, 2022
1 parent 0171c75 commit 66b2dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pbkdf2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
//! pbkdf2 = { version = "0.7", default-features = false }
//! pbkdf2 = { version = "0.10", default-features = false }
//! ```
//!
//! # Usage (simple with default params)
Expand All @@ -20,7 +20,7 @@
//!
//! ```toml
//! [dependencies]
//! pbkdf2 = "0.7"
//! pbkdf2 = "0.10"
//! rand_core = { version = "0.6", features = ["std"] }
//! ```
//!
Expand Down

0 comments on commit 66b2dde

Please sign in to comment.