spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
378 stars 33 forks source link

Update Rust dependencies #78

Closed sven-of-cord closed 2 years ago

sven-of-cord commented 2 years ago

Homebrew has now updated its Rust formula to the up-to-date Rust 1.61. Previously it was on Rust 1.59 and some updates (git2 in particular) broke the build on that Rust version.

Test Plan: cargo check && cargo clippy && cargo build