You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot install cargo-update on macOS Sonoma 14.4.1. It seems to fail on compiling the git2 crate, but creating a new crate and putting git2 = "0.18" in its dependencies will compile successfully. sudo port install libgit2 does not fix the issue.
I cannot install
cargo-update
on macOS Sonoma 14.4.1. It seems to fail on compiling thegit2
crate, but creating a new crate and puttinggit2 = "0.18"
in its dependencies will compile successfully.sudo port install libgit2
does not fix the issue.cargo install cargo-update
outputThe text was updated successfully, but these errors were encountered: