From 3711fa0839f0013a2ac545c8356602d2c51e1ea8 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 20 Dec 2018 15:57:00 -0500 Subject: [PATCH] srp/Cargo.toml: remember to bump minor version for next release Since edition=2018 means we'll require rust-1.31 --- srp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.44.0