From 2b6d36327a8be05fda4af72e990a60fddf75d84b Mon Sep 17 00:00:00 2001 From: cstef Date: Tue, 31 Dec 2024 09:18:55 +0100 Subject: [PATCH] bump: v0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e976fc6..a0e2475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2067,7 +2067,7 @@ dependencies = [ [[package]] name = "rwalk" -version = "0.8.8" +version = "0.9.0" dependencies = [ "async-trait", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index e2c89dd..d63c0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rwalk" -version = "0.8.8" +version = "0.9.0" authors = ["cstef"] description = "A blazing fast web directory scanner" license = "MIT"