☰
libloading
0.8.1
Module r0_5_0
In libloading::changelog
?
Module
libloading
::
changelog
::
r0_5_0
source
·
[
−
]
Expand description
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
.