google / rust_icu

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

Upgrade the build environment to use rust 1.71.0 #276

Closed filmil closed 1 year ago

filmil commented 1 year ago

Some libraries have already started requiring rust 1.70+, making our builds fail.

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

I think that updating the compiler version used could potentially be enough.

See also: https://github.com/google/rust_icu/issues/273, since I'm already there.

filmil commented 1 year ago

This was fixed.