From 854ab43786329f9591167039ad7a15e2c3e6d407 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Thu, 9 Mar 2023 18:58:33 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6994a15b..a56bbf22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -771,7 +771,7 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" dependencies = [ "angry-purple-tiger", "async-trait", @@ -793,7 +793,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sha2 0.10.6", + "sha2 0.9.9", "signature 2.0.0", "thiserror", "tokio", diff --git a/Cargo.toml b/Cargo.toml index d1a24732..ec274abb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gateway-rs" description = "Helium Gateway for LoRa packet forwarders" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" authors = ["Marc Nijdam "] edition = "2021" license = "Apache-2.0"