aboutsummaryrefslogtreecommitdiff
path: root/srp/src
diff options
context:
space:
mode:
Diffstat (limited to 'srp/src')
-rw-r--r--srp/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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: