From a291459247d9b7f9636067f6c10af68ea0063b09 Mon Sep 17 00:00:00 2001 From: Dopplerian Date: Sat, 13 Apr 2024 21:13:08 +0200 Subject: [PATCH] update readme --- fang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fang/README.md b/fang/README.md index ab0f361..222f078 100644 --- a/fang/README.md +++ b/fang/README.md @@ -293,7 +293,7 @@ let mut queue = AsyncQueue::builder() queue.connect().await.unwrap(); ``` -Encryption is always used with crate `rustls`, if you want to not use encryption, you can issue us to re-export the sqlx feature with no encryption. +Encryption is always used with crate `rustls`. We plan to add the possibility of disabling it in the future. ```rust // AsyncTask from the first example