- Bumped the version of the libpg_query library that this crate wraps to the 16-5.1.0 tag.
- Upgraded the
bindgen
dependency to removeatty
from the dependency tree. Theatty
crate appears to be unmaintained and it has an open security advisory, RUSTSEC-2021-0145.
- Bumped the version of the libpg_query library that this crate wraps to the 13-2.1.0 tag. Based on PR #5 from Andrew Smith.
- It is now possible to set the
LIBPG_QUERY_PATH
env var when runningcargo
. This lets you use the system's libpg_query header and library, rather than using the vendored source.
- Bumped the version of the libpg_query library that this crate wraps to the 13-2.1.0 tag. Based on PR #3 from Christopher Dignam.
-
Update the bindgen dep to the latest version. This eliminates a number of outdated crates from the dep tree.
-
Switch the license to BSD-3-Clause. Requested by Lukas Fittl. This addresses GitHub #1.