google / rust_icu

rust_icu: rust bindings for ICU (International Components for Unicode) library
Apache License 2.0
113 stars 34 forks source link

Update bindgen version #273

Closed westy92 closed 1 year ago

westy92 commented 1 year ago

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 https://github.com/google/rust_icu/pull/269.

westy92 commented 1 year ago

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 1 year ago

Updated to 0.66.1 via https://github.com/google/rust_icu/pull/277