From 60c680605d90ab07b152e40f876dcfbe4afb976c Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Sun, 5 Sep 2021 09:17:47 -0400 Subject: [PATCH] (cargo-release) version 1.0.0-alpha.14 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ad398c7..cd5c49fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,10 +537,10 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.0-alpha.13" +version = "1.0.0-alpha.14" dependencies = [ "angry-purple-tiger", - "base64 0.13.0", + "base64 0.12.3", "bytes", "chrono", "config", @@ -550,7 +550,7 @@ dependencies = [ "helium-proto", "http", "http-serde", - "log 0.4.14", + "log 0.3.9", "longfi", "lorawan", "prost", diff --git a/Cargo.toml b/Cargo.toml index f76312ef..ac5e5a44 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.13" +version = "1.0.0-alpha.14" authors = ["Marc Nijdam "] edition = "2018" license = "Apache-2.0"