mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 13:16:19 -04:00
Release 0.5.1
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libloading"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
|
||||
build = "build.rs"
|
||||
description = "A safer binding to platform’s dynamic library loading utilities"
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
//! Project changelog
|
||||
|
||||
/// Release 0.5.1 (2019-06-01)
|
||||
///
|
||||
/// * Build on Haiku targets.
|
||||
pub mod r0_5_1 {}
|
||||
|
||||
/// Release 0.5.0 (2018-01-11)
|
||||
///
|
||||
/// * Update to `winapi = ^0.3`;
|
||||
|
||||
Reference in New Issue
Block a user