informationsea / xlsxwriter-rs

Excel file writer for Rust
https://crates.io/crates/xlsxwriter
Apache License 2.0
265 stars 44 forks source link

Allow newer versions of bindgen #15

Closed FelixMoelder closed 3 years ago

FelixMoelder commented 3 years ago

This PR loosens the version requirement of bindgen as bindgen 0.54 depends on clang-sys 0.29 while later versions depend on clang-sys ^1. As many other libraries implement later versions of bindgen this might lead to conflicts during building.

informationsea commented 3 years ago

Thank you.