From 2286a2b4939f93ab76473e91b36fcef137bf4a06 Mon Sep 17 00:00:00 2001 From: Skyf0l Date: Fri, 9 Feb 2024 15:30:02 +0100 Subject: [PATCH] chore: bump to v0.6.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9295c6..5078340 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1936,7 +1936,7 @@ dependencies = [ [[package]] name = "rsacracker" -version = "0.6.5" +version = "0.6.6" dependencies = [ "base-x", "base64", diff --git a/Cargo.toml b/Cargo.toml index 1d7c322..b5b337b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsacracker" -version = "0.6.5" +version = "0.6.6" edition = "2021" authors = ["skyf0l "] description = "Powerful RSA cracker for CTFs. Supports RSA, X509, OPENSSH in PEM and DER formats."