diff options
author | Brian Warner <warner@lothar.com> | 2018-12-20 15:57:00 -0500 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-12-20 15:57:00 -0500 |
commit | 3711fa0839f0013a2ac545c8356602d2c51e1ea8 (patch) | |
tree | 25ce02df617656255eb57e1833cf952b6039395c | |
parent | 7bc80b5fb8ce188447cabccd9aeebffeb73cc1e8 (diff) | |
download | PAKEs-3711fa0839f0013a2ac545c8356602d2c51e1ea8.tar.xz |
srp/Cargo.toml: remember to bump minor version for next release
Since edition=2018 means we'll require rust-1.31
-rw-r--r-- | srp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml index 5955ddb..19b41a8 100644 --- a/srp/Cargo.toml +++ b/srp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srp" -version = "0.3.0" +version = "0.4.0-alpha.0" edition = "2018" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" |