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 9ce0346..bec6c11 100644
--- a/srp/src/lib.rs
+++ b/srp/src/lib.rs
@@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
-//! srp = "0.4"
+//! srp = "0.6"
//! ```
//!
//! Next read documentation for [`client`](client/index.html) and