]> git.lizzy.rs Git - PAKEs.git/commitdiff
srp/Cargo.toml: remember to bump minor version for next release
authorBrian Warner <warner@lothar.com>
Thu, 20 Dec 2018 20:57:00 +0000 (15:57 -0500)
committerBrian Warner <warner@lothar.com>
Thu, 20 Dec 2018 20:57:00 +0000 (15:57 -0500)
Since edition=2018 means we'll require rust-1.31

srp/Cargo.toml

index 5955ddb4da9d7f5c90d053a1dec6d076cdd0628e..19b41a8ec06b2f368650457d46ae70d4c652cbac 100644 (file)
@@ -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"