From 9c3f4b2950f9a3774b848ce699edb244b950adf2 Mon Sep 17 00:00:00 2001 From: pyro Date: Fri, 15 May 2026 15:49:32 -0500 Subject: [PATCH] updated the version in cargo.toml to match the release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc3c260..27eb23c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "rustbuster" -version = "0.1.0" +version = "2.0.0" dependencies = [ "clap", "dns-lookup", diff --git a/Cargo.toml b/Cargo.toml index 28d6218..edaa941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustbuster" -version = "0.1.0" +version = "2.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html