diff options
-rw-r--r-- | srp/Cargo.toml | 2 | ||||
-rw-r--r-- | srp/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml index 9bda515..fa6ee77 100644 --- a/srp/Cargo.toml +++ b/srp/Cargo.toml @@ -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" diff --git a/srp/src/lib.rs b/srp/src/lib.rs index d05cfa8..132851d 100644 --- a/srp/src/lib.rs +++ b/srp/src/lib.rs @@ -14,7 +14,7 @@ //! //! ```toml //! [dependencies] -//! rand = "0.3" +//! srp = "0.4" //! ``` //! //! and this to your crate root: |