Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopplerian committed Apr 13, 2024
1 parent bd1e1a8 commit a291459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a291459

Please sign in to comment.