From: Brian Warner Date: Thu, 20 Dec 2018 20:57:00 +0000 (-0500) Subject: srp/Cargo.toml: remember to bump minor version for next release X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=3711fa0839f0013a2ac545c8356602d2c51e1ea8;p=PAKEs.git srp/Cargo.toml: remember to bump minor version for next release Since edition=2018 means we'll require rust-1.31 --- 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"