From de2d8ddc8c3d6cdb1baa2e5435c7d3292f45ed16 Mon Sep 17 00:00:00 2001 From: Cryptjar Date: Wed, 7 Apr 2021 20:19:56 +0200 Subject: [PATCH] (cargo-release) version 0.1.0-alpha.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42ea3ea..b802a2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "random-branch" keywords = ["pick", "choose", "match"] -version = "0.1.0-alpha.0" +version = "0.1.0-alpha.1" description = "Provides a macro to select a random branch like match" authors = ["Cryptjar "] edition = "2018" @@ -32,4 +32,4 @@ version = "0.3" # Enable all features when building docs on docs.rs [package.metadata.docs.rs] -all-features = true \ No newline at end of file +all-features = true