Skip to content

Commit

Permalink
v1.1.69 for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
g0h4n committed Dec 11, 2023
1 parent a14c613 commit 8fe9020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"]
default = ["ldap3/tls-rustls","ldap3/gssapi"]
4 changes: 2 additions & 2 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://twitter.com/g0h4n_0>")
.arg(Arg::new("v")
.short('v')
Expand Down Expand Up @@ -264,4 +264,4 @@ pub fn auto_args() -> Options {
zip: true,
verbose: log::LevelFilter::Info,
}
}
}

0 comments on commit 8fe9020

Please sign in to comment.