From cae7f7969edac1358b67bc8001df3bd1e0569f84 Mon Sep 17 00:00:00 2001 From: William Brown Date: Thu, 15 Aug 2024 08:23:14 +1000 Subject: [PATCH 1/2] Release 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From d31e286a46d7c4ea7670706e3eba66df77a20a0f Mon Sep 17 00:00:00 2001 From: William Brown Date: Thu, 15 Aug 2024 08:28:52 +1000 Subject: [PATCH 2/2] remove flag --- cli/src/ldap_debug.rs | 2 ++ 1 file changed, 2 insertions(+) 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) => {