google/rust_icu

Update bindgen version

westy92 opened this issue · 2 comments

Bindgen 0.53.2 is currently causing conflicts with other libraries, i.e. https://crates.io/crates/mysql_async/0.32.2.

Pleae update to a newer version that supports bindgen Builder .allowlist_*() commands ref.

This is a tracking issue for fix #269.

For those needed to install this before it's released, you can add this to your Cargo.toml:

rust_icu = { git = "https://github.com/google/rust_icu.git", rev = "2dbd88a" }
filmil commented

Updated to 0.66.1 via #277