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 051d5b8 commit b9531bbCopy full SHA for b9531bb
README.md
@@ -10,7 +10,7 @@ and the [tokio-postgres asynchronous PostgreSQL client library](https://github.c
10
11
```
12
let config = rustls::ClientConfig::new();
13
-let tls = tokio_postgres::rustls::MakeRustlsConnect::new(config);
+let tls = tokio_postgres_rustls::MakeRustlsConnect::new(config);
14
let connect_fut = tokio_postgres::connect("host=localhost user=postgres", tls);
15
// ...
16
0 commit comments