Skip to content

Commit a4e1551

Browse files
committed
fix documentation for rustls native root certificates
1 parent c825bd3 commit a4e1551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sqlx-postgres/src/options

sqlx-postgres/src/options/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ See `default_host()` in the same source file as this method for the current beha
8686
If `sslrootcert` is not set, the default root certificates used depends on Cargo features:
8787

8888
* If `tls-native-tls` is enabled, the system root certificates are used.
89-
* If `tls-rustls-native-roots` is enabled, the system root certificates are used.
89+
* If `tls-rustls-ring-native-roots` is enabled, the system root certificates are used.
9090
* Otherwise, TLS roots are populated using the [`webpki-roots`] crate.
9191

9292
## Environment Variables

0 commit comments

Comments
 (0)