diff --git a/Cargo.toml b/Cargo.toml index d096b44..ff8dea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = ["proto", "client", "cli"] [workspace.package] -version = "0.5.0" +version = "0.5.1" authors = ["William Brown "] rust-version = "1.74" edition = "2021" diff --git a/cli/src/ldap_debug.rs b/cli/src/ldap_debug.rs index 06ac214..35a57f4 100644 --- a/cli/src/ldap_debug.rs +++ b/cli/src/ldap_debug.rs @@ -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) => {