From 682e9c5bcc9070c81156667c96f06544ed98f29b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 30 Mar 2021 11:31:26 +0200 Subject: [PATCH] lohr: v0.3.0 This brings support for webhook signature verification, making lohr usable in a production setting. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4623823..72a6705 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "lohr" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "hex", diff --git a/Cargo.toml b/Cargo.toml index fac1516..896e01a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lohr" -version = "0.2.1" +version = "0.3.0" authors = ["Antoine Martin "] edition = "2018" license = "Apache-2.0 OR MIT"