From 998ef6d982b67b5beec4dcdb1fd573e8c43aa80a Mon Sep 17 00:00:00 2001 From: fan-tastic-z Date: Thu, 6 Jun 2024 00:35:26 +0800 Subject: [PATCH] chore: update version to 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31d4004..b4eb1f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4753,7 +4753,7 @@ dependencies = [ [[package]] name = "watchvuln-rs" -version = "0.1.6" +version = "0.1.7" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 7b79591..c62bab5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchvuln-rs" -version = "0.1.6" +version = "0.1.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html