Skip to content

Commit

Permalink
srp doc fix. closes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Apr 7, 2019
1 parent ff50a42 commit 56d8f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion srp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srp"
version = "0.4.0"
version = "0.4.1"
edition = "2018"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion srp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//!
//! ```toml
//! [dependencies]
//! rand = "0.3"
//! srp = "0.4"
//! ```
//!
//! and this to your crate root:
Expand Down

0 comments on commit 56d8f34

Please sign in to comment.