From 2a9c673dfa8b18fdf8a1da8a59f3fe8f0b4ccaa0 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Fri, 5 Nov 2021 14:26:12 -0700 Subject: [PATCH] (cargo-release) version 1.0.0-alpha.21 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86f4c113..e75c78f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,11 +551,11 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.0-alpha.20" +version = "1.0.0-alpha.21" dependencies = [ "angry-purple-tiger", "async-trait", - "base64 0.13.0", + "base64 0.12.3", "bytes", "config", "daemonize", diff --git a/Cargo.toml b/Cargo.toml index 2aa4a40b..c9b1a60e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ cargo-features = ["strip"] [package] name = "gateway-rs" description = "Helium Gateway for LoRa packet forwarders" -version = "1.0.0-alpha.20" +version = "1.0.0-alpha.21" authors = ["Marc Nijdam "] edition = "2021" license = "Apache-2.0"