From 5b6f7df4fb02ef54d5a437f48964f9f9b78475d2 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Fri, 7 Mar 2025 01:13:39 +0100 Subject: [PATCH] fix deprecation in syntax --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93879c3..3e3d494 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ shadow-rs = "0.11" [dependencies.rsasl] version = "2.2.0" -default_features = false +default-features = false features = ["unstable_custom_mechanism", "provider", "registry_static", "config_builder", "plain"] [dev-dependencies]