From e594cf7d17f36dc8e056a6a085f18e36d7804dc3 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Wed, 18 Dec 2024 14:23:51 +0100 Subject: [PATCH] releasing version 0.10.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04527a6..1793eeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -2531,7 +2531,7 @@ dependencies = [ [[package]] name = "legba" -version = "0.9.0" +version = "0.10.0" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 3ae9a82..adab05b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "legba" description = "A fast multi protocol credential bruteforcer/sprayer/enumerator." keywords = ["authentication", "bruteforce", "wordlist"] -version = "0.9.0" +version = "0.10.0" authors = ["Simone Margaritelli "] license = "GPL-3.0" edition = "2021"