Announcing Rust 1.43.0

This release is fairly minor. There are no new major features. We have some new stabilized APIs, some compiler performance improvements, and a small macro-related feature.

9 Likes

As has been the case for a little while now, the standback crate provides some APIs from newer compilers backported to 1.31, re-exporting the stabilized equivalents where possible.

For 1.43, Once::is_completed can't be backported, but the rest have been.

Hopefully this helps anyone trying to use newer APIs without requiring a version bump :slight_smile:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.