leftwm / leftwm-theme

A tool to help manage themes for LeftWM
BSD 3-Clause "New" or "Revised" License
117 stars 12 forks source link

chore(cargo.toml): update version dependencies for git2 #56

Closed Nerkho closed 2 years ago

Nerkho commented 2 years ago

libgit2 was recently updated to version 1.5. In the meantime, this newest version of libgit2 was made available in Arch repo, which broke leftwm-theme on Arch.

With this change, leftwm-theme can also be used on systems where only libgit2 1.5 is available.

mautamu commented 2 years ago

Good evening @Nerkho!

Thank you for opening this PR and for the update to libgit2 :)

Merging this; build errors are spurious and unrelated to this PR.

Best, Mau