1.48.3 - Fix accidentally changed module names in exports
What's Changed
Fix accidentally changed module names in exports by @gwynne in #605
The NIO module name on some
@_exported import
s was incorrectly changed. Since we’re stuck with@_exported
, we need to fix this for source compatibility.
This patch was released by @gwynne
Full Changelog: 1.48.2...1.48.3