Skip to content

Commit

Permalink
Release 0.5.1 (#59)
Browse files Browse the repository at this point in the history
* Release 0.5.1

* remove flag
  • Loading branch information
Firstyear authored Aug 15, 2024
1 parent 4062611 commit 1e0b605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = ["proto", "client", "cli"]


[workspace.package]
version = "0.5.0"
version = "0.5.1"
authors = ["William Brown <william@blackhats.net.au>"]
rust-version = "1.74"
edition = "2021"
Expand Down
2 changes: 2 additions & 0 deletions cli/src/ldap_debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ fn main() {
ldap3_cli_common::start_tracing(opt.verbose);
info!("ldap debugging assistance tool");

/*
if cfg!(feature = "strict") {
info!("strict is enabled, some features may not work");
}
*/

match opt.action {
LdapDebugAction::BerDump(ber_dump_opts) => {
Expand Down

0 comments on commit 1e0b605

Please sign in to comment.