google / rust_icu

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

Update bindgen version #269

Closed westy92 closed 1 year ago

westy92 commented 1 year ago

This is causing conflicts with other libraries.

filmil commented 1 year ago

Sorry for the delay. I was AFK for a few weeks.

filmil commented 1 year ago

Yes, but as you can see it's also finnicky about rust version, so...

westy92 commented 1 year ago

If support for older rust versions is required, I can instead just upgrade bindgen to a newer version.

westy92 commented 1 year ago

Woot! Happy to see some green checkmarks. 🎉

westy92 commented 1 year ago

Would you be able to release this in a 4.0.1?

filmil commented 1 year ago

Sure. Can you please file a bug for me so (1) I don't forget, and (2) you get a progress tracker for that fix.

westy92 commented 1 year ago

Done here: https://github.com/google/rust_icu/issues/273. Thanks!

filmil commented 1 year ago

Fixed via https://github.com/google/rust_icu/pull/277