From 6c90710e0915c533b78d4ea42b3ce9cc7ca8a38e Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Thu, 10 Sep 2020 15:41:20 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.1.1-alpha.0 --- crypto-primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto-primitives/Cargo.toml b/crypto-primitives/Cargo.toml index 221d54c..6014326 100644 --- a/crypto-primitives/Cargo.toml +++ b/crypto-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-primitives" -version = "0.1.0" +version = "0.1.1-alpha.0" authors = [ "Sean Bowe", "Alessandro Chiesa",