aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-12-20 15:57:00 -0500
committerBrian Warner <warner@lothar.com>2018-12-20 15:57:00 -0500
commit3711fa0839f0013a2ac545c8356602d2c51e1ea8 (patch)
tree25ce02df617656255eb57e1833cf952b6039395c
parent7bc80b5fb8ce188447cabccd9aeebffeb73cc1e8 (diff)
downloadPAKEs-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.toml2
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"