rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.65k stars 381 forks source link

Update to bitflags 2.1.0 #952

Closed rcook closed 12 months ago

rcook commented 1 year ago

This upgrades this project to use bitflags 2.1.0 which includes some ergonomic improvements for working with bit flags including iterators over name and values of the bit flag members. Change derives Debug and PartialEq for types so that we can display values for debugging and compare them.

ehuss commented 12 months ago

Closing as merged via #973. I ran into a problem since the source repo was archived.