From 337de89727e871da18a78f962745fb7bee978785 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Sun, 19 May 2024 09:28:33 +1000 Subject: [PATCH] Set default-features = false for rustls --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 639b411c..1fbf43a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,9 @@ version = "0.2.3" [dependencies.rustls] optional = true +default-features = false version = "0.23.0" +features = ["std"] [dependencies.rustls-pki-types] optional = true