jedahan / zr

zsh plugin manager written in rust
Mozilla Public License 2.0
180 stars 12 forks source link

fix panic on some linux systems #36

Closed myrovh closed 2 years ago

myrovh commented 2 years ago

On my Arch Linux system I ran into an issue where zr would panic when running the '--update' command but it runs fine on a different system running debian unstable. Updating git2 to the latest version solved the issue on my arch system. So I thought it would be okay to just update git2 and solve whatever edge case is causing issues on arch.

I also did a quick fix for a warning that rust was throwing when compiling.

jedahan commented 2 years ago

Thanks for helping out!