rust-postgres/tokio-postgres
Dmitry Ivanov cf381ce6a2 Hide tokio_postgres::client::SocketConfig behind "runtime" feature
This fixes warnings reported by rust 1.60 when doing the following:

```shell
$ cargo test --manifest-path tokio-postgres/Cargo.toml --no-default-features
```
2022-04-16 18:06:01 +03:00
..
benches Upgrade to tokio 0.3 2020-10-17 09:49:45 -04:00
src Hide tokio_postgres::client::SocketConfig behind "runtime" feature 2022-04-16 18:06:01 +03:00
tests/test Fix tests, replace match with matches! 2022-03-16 21:23:15 -05:00
Cargo.toml Add ltree, lquery and ltxtquery support 2022-03-16 21:23:15 -05:00
CHANGELOG.md Release tokio-postgres v0.7.5 2021-10-29 21:33:07 -04:00
LICENSE-APACHE Clean up licenses 2021-10-28 19:22:13 -04:00
LICENSE-MIT Clean up licenses 2021-10-28 19:22:13 -04:00