From 1fcc09430619cab543821c66c8bc722f83dbbe1f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 15 Aug 2024 02:01:43 +0200 Subject: fix configuration problem in client-native-lib --- server/client-lib/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/client-lib') diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml index 5644a905..47e4bd6d 100644 --- a/server/client-lib/Cargo.toml +++ b/server/client-lib/Cargo.toml @@ -8,7 +8,9 @@ hurrycurry-protocol = { path = "../protocol" } tungstenite = { version = "0.23.0", optional = true, features = [ "rustls-tls-native-roots", ] } -tokio-tungstenite = { version = "0.23.1", optional = true } +tokio-tungstenite = { version = "0.23.1", optional = true, features = [ + "rustls-tls-native-roots", +] } tokio = { version = "1.39.2", features = ["net"], optional = true } serde_json = "1.0.122" bincode = "2.0.0-rc.3" -- cgit v1.2.3-70-g09d2