From 02c7bd9aa8b698f951b4ef973efd74fa67a62eea Mon Sep 17 00:00:00 2001 From: Daniel Brotsky Date: Fri, 5 Jul 2024 15:35:15 -0700 Subject: [PATCH] Add the "vendored" feature. Also update the version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a84d92e..0aa0079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.70" exclude = [".github/"] [features] -vendored = ["dbus/vendored"] +vendored = ["dbus/vendored", "openssl?/vendored"] crypto-rust = ["dep:aes", "dep:block-padding", "dep:cbc", "dep:sha2", "dep:hkdf"] crypto-openssl = ["dep:openssl"]