Skip to content

Commit 129e335

Browse files
fix documentation for rustls native root certificates (#3975)
1 parent fb6b13e commit 129e335

File tree

1 file changed

+1
-1
lines changed
  • sqlx-postgres/src/options

1 file changed

+1
-1
lines changed

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)