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 buildenv to rust 1.71.0 #277

Closed filmil closed 1 year ago

filmil commented 1 year ago

This handles the issue with some dependencies dropping support for older rust versions.

See https://github.com/google/rust_icu/pull/274 for details.

Issue: #276

filmil commented 1 year ago

@Manishearth pls to review? Thanks!