From 32d3f9c61e8ba53a78c7f235b7e8b152cf751fbd Mon Sep 17 00:00:00 2001 From: Juxhin Date: Fri, 29 Nov 2024 20:40:49 +0000 Subject: [PATCH] Release 0.6.9 --- twistrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twistrs/Cargo.toml b/twistrs/Cargo.toml index 391dfc3..83353dc 100644 --- a/twistrs/Cargo.toml +++ b/twistrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twistrs" -version = "0.6.8" +version = "0.6.9" description = "An asynchronous domain name permutation and enumeration library." license = "MIT" repository = "https://github.com/JuxhinDB/twistrs"