diff options
author | Tony Arcieri <bascule@gmail.com> | 2022-01-22 14:18:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 14:18:05 -0700 |
commit | 22259ab24a5c10b3d70aba6dab956e2628a29266 (patch) | |
tree | 362c899a919717a31e743ca9770c8f317cab45e4 /srp/src/lib.rs | |
parent | 6d963225520f0d8e5948457b8ba25bd563382f5e (diff) | |
download | PAKEs-22259ab24a5c10b3d70aba6dab956e2628a29266.tar.xz |
srp v0.6.0 (#84)
Diffstat (limited to 'srp/src/lib.rs')
-rw-r--r-- | srp/src/lib.rs | 2 |
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 |