lohr: v0.3.0
This brings support for webhook signature verification, making lohr usable in a production setting.
This commit is contained in:
parent
7e3c8b8f28
commit
682e9c5bcc
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -497,7 +497,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lohr"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"hex",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lohr"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
authors = ["Antoine Martin <antoine@alarsyo.net>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
|
Loading…
Reference in a new issue