Description
Hi,
Trying to install with the latest version of rustup v0.85.1 from following the crunchy guide for this pg extension comes to a failure due to the upgrade.rs for the compile for cargo prgx keeps pullng down cargo_edit_0.13.2.
This version has removed the function : get_latest_dependency from its functions list :
https://docs.rs/cargo-edit/latest/cargo_edit/index.html
It is present in cargo 0.13.1 and earlier, but the install keeps pulling the latest
Can the cargo prgx compile be updated to cope with the change in functions if cargo_edit 0.13.2 is identified or higher or the upgrade check is either removed or 0.13.1 module or earlier is downloaded for the cargo_pgrx complile.
If a workaroud piece of code can be provided for the cargo_edit to be place in the upgrade check or how to safely pass this to complete to cargo_pgrx install would be much appreciated.
Running RHEL v8 - 64bit