mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 21:23:39 -04:00
Release 0.5.2
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libloading"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
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.2 (2019-07-07)
|
||||
///
|
||||
/// * Added API to convert OS-specific `Library` and `Symbol` conversion to underlying resources.
|
||||
pub mod r0_5_2 {}
|
||||
|
||||
/// Release 0.5.1 (2019-06-01)
|
||||
///
|
||||
/// * Build on Haiku targets.
|
||||
|
||||
Reference in New Issue
Block a user