diff --git a/Cargo.lock b/Cargo.lock index 3f69fc6..ed645ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1478,7 +1478,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "webhookd" -version = "0.2.2" +version = "0.2.3" dependencies = [ "actix", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 912e636..42520d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhookd" -version = "0.2.2" +version = "0.2.3" authors = ["Jiajie Chen "] edition = "2021" description = "GitLab/GitHub webhook daemon to run scripts on trigger"