Module libloading::changelog::r0_5_0 [] [src]

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 stablised;
    • Necessary to resolve #32.