From 1143a890ec67cc891698b54a0fc9a491ae08ba0e Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua Date: Fri, 22 Nov 2024 14:13:15 +0100 Subject: [PATCH] website: fix text about default feature --- site/content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/_index.md b/site/content/_index.md index 48d9ccb3..43e9f236 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -22,8 +22,8 @@ cargo install --locked trunk You can also toggle some features using the `--features` flag:
-
rustls (default)
Use rustls for client and server sockets
-
native-tls
Enable the use of the system native TLS stack for client sockets, and `openssl` for server sockets
+
rustls
Use rustls for client and server sockets
+
native-tls (default)
Enable the use of the system native TLS stack for client sockets, and `openssl` for server sockets
update_check (default)
Enable the update check on startup