From 780f408851ce2f0b7b1a9e72dbb9177614179415 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Mon, 5 Apr 2021 12:45:37 -0600 Subject: [PATCH] (cargo-release) version 1.0.0-alpha.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abc3f222..4746191c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.0-alpha.5" +version = "1.0.0-alpha.6" dependencies = [ "angry-purple-tiger", "base64 0.12.3", diff --git a/Cargo.toml b/Cargo.toml index b92f8dcb..7c4347a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["strip"] [package] name = "gateway-rs" -version = "1.0.0-alpha.5" +version = "1.0.0-alpha.6" authors = ["Marc Nijdam "] edition = "2018" license = "Apache-2.0"