alexcrichton / ssh2-rs

Rust bindings for libssh2
https://docs.rs/ssh2
Apache License 2.0
467 stars 142 forks source link

Update dependency `bitflags` to v2? #307

Open LeoniePhiline opened 7 months ago

LeoniePhiline commented 7 months ago

bitflags v2 became available in March 2023: https://crates.io/crates/bitflags/versions

Major changes: https://github.com/bitflags/bitflags/releases/tag/2.0.0

Since an ssh2 release is outstanding, this might be a good opportunity for possibly breaking public changes.