We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6b13e commit 129e335Copy full SHA for 129e335
sqlx-postgres/src/options/doc.md
@@ -86,7 +86,7 @@ See `default_host()` in the same source file as this method for the current beha
86
If `sslrootcert` is not set, the default root certificates used depends on Cargo features:
87
88
* 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.
+* If `tls-rustls-ring-native-roots` is enabled, the system root certificates are used.
90
* Otherwise, TLS roots are populated using the [`webpki-roots`] crate.
91
92
## Environment Variables
0 commit comments