nlfiedler / magick-rust

Rust bindings for ImageMagick
https://crates.io/crates/magick_rust
Apache License 2.0
246 stars 63 forks source link

Upgrade dependency `bindgen` (0.59 -> 0.60) #96

Closed DCjanus closed 1 year ago

DCjanus commented 1 year ago

I was using clap 3.x, and I noticed that bindgen 0.59 using clap 2.x, let's upgrade it.

nlfiedler commented 1 year ago

Thanks for noticing and fixing that.