From 8fe9020d070ba13ec67c22b497b45ef505eb5a0f Mon Sep 17 00:00:00 2001 From: g0h4n Date: Mon, 11 Dec 2023 12:37:41 +0100 Subject: [PATCH] v1.1.69 for crates.io --- Cargo.toml | 4 ++-- src/args.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6adbb84..e1f1924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["bloodhound", "pentest", "ldap", "tokio", "async"] repository = "https://github.com/OPENCYBER-FR/RustHound" homepage = "https://github.com/OPENCYBER-FR/RustHound" documentation = "https://docs.rs/rusthound/" -version = "1.1.68" +version = "1.1.69" edition = "2018" license = "MIT" readme = "README.md" @@ -34,4 +34,4 @@ winreg = { version = "0.50", optional = true } [features] noargs = ["winreg"] # Only available for Windows nogssapi = ["ldap3/tls-native"] # Used for linux_musl armv7 and macos compilation -default = ["ldap3/tls-rustls","ldap3/gssapi"] \ No newline at end of file +default = ["ldap3/tls-rustls","ldap3/gssapi"] diff --git a/src/args.rs b/src/args.rs index d406d58..8c99290 100755 --- a/src/args.rs +++ b/src/args.rs @@ -33,7 +33,7 @@ pub struct Options { #[cfg(not(feature = "noargs"))] fn cli() -> Command { Command::new("rusthound") - .version("1.1.68") + .version("1.1.69") .about("Active Directory data collector for BloodHound.\ng0h4n ") .arg(Arg::new("v") .short('v') @@ -264,4 +264,4 @@ pub fn auto_args() -> Options { zip: true, verbose: log::LevelFilter::Info, } -} \ No newline at end of file +}