drewdeponte / git-ps-rs

Official git-ps Rust implementation - the future of git-ps
https://git-ps.sh
MIT License
79 stars 8 forks source link

Bump gpgme dependency version to 0.11.0 #212

Closed hlieberman closed 1 year ago

hlieberman commented 1 year ago

Newer versions of the C library libgpg-error no longer supply the gpg-error-config binary, breaking rust crates libgpg-error < 0.6 and gpgme < 0.11. Bumping the dependency switches to using pkg-config for these newer versions.

See upstream ticket https://github.com/gpg-rs/libgpg-error/issues/7 for full details.