☰
Module r0_5_0
libloading
::
changelog
All crates
?
[
−
]
[src]
Module
libloading
::
changelog
::
r0_5_0
Release 0.5.0 (2018-01-11)
Update to
winapi = ^0.3
;
Breaking changes
libloading now requires a C compiler to build on UNIX;
This is a temporary measure until the
linkage
attribute is stabilised;
Necessary to resolve
#32
.