diff options
| author | Max Audron <me@audron.dev> | 2025-12-14 02:28:05 +0100 |
|---|---|---|
| committer | Max Audron <me@audron.dev> | 2025-12-14 02:28:05 +0100 |
| commit | b6a17af38a5aba43bb5767cb082fd46cdf34c0a0 (patch) | |
| tree | a0fa5940bb7faf564d1ce5d9bc22a411e83ffc98 /Cargo.toml | |
| parent | fix readme badge links (diff) | |
fix non-sasl connection registration
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ futures = "0.3" tokio = { version = "1", features = ["full", "rt-multi-thread"] } tracing = "0.1" -tracing-subscriber = "0.3" +tracing-subscriber = { version = "0.3", features = [ "env-filter" ] } tracing-futures = "0.2" regex = "1" |
