Skip to content

Pq-sys 0.6.2

Latest
Compare
Choose a tag to compare
@weiznich weiznich released this 09 Sep 17:58
· 6 commits to master since this release
v0.6.2
61f8530

openssl usage can now be disabled with the bundled_without_openssl feature of pq-sys.
To deactivate openssl, enable it:

[dependencies]
pq-sys = { version = "0.3.0", features = ["bundled_without_openssl"]}

This disables the TLS support in libpq, so that you cannot connect to a database requiring TLS anymore.