- Fixed #203: Resolves an issue where packages that have
LinkingTo: later(includingpromisesandhttpuv) and were built againstlater1.4.0, would fail to load on systems that actually had older versions oflaterinstalled, erroring out with the message "function 'execLaterFdNative' not provided by package 'later'". With this fix, such dependent packages should gracefully deal with older versions at load time, and complain with helpful error messages if newer C interfaces (than are available on the installedlater) are accessed. (#204)