lohr: v0.3.0

This brings support for webhook signature verification, making lohr
usable in a production setting.
This commit is contained in:
Antoine Martin 2021-03-30 11:31:26 +02:00
parent 7e3c8b8f28
commit 682e9c5bcc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -497,7 +497,7 @@ dependencies = [
[[package]] [[package]]
name = "lohr" name = "lohr"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hex", "hex",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "lohr" name = "lohr"
version = "0.2.1" version = "0.3.0"
authors = ["Antoine Martin <antoine@alarsyo.net>"] authors = ["Antoine Martin <antoine@alarsyo.net>"]
edition = "2018" edition = "2018"
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"