mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 21:23:39 -04:00
Bump version to 0.6.2
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libloading"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
|
||||
build = "build.rs"
|
||||
description = "A safer binding to platform’s dynamic library loading utilities"
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
// TODO: for the next breaking release rename `Error::LoadLibraryW` to `Error::LoadLibraryExW`.
|
||||
|
||||
/// Release 0.6.2 (2020-05-06)
|
||||
///
|
||||
/// * Fixed building of this library on Illumos.
|
||||
pub mod r0_6_2 {}
|
||||
|
||||
/// Release 0.6.1 (2020-04-15)
|
||||
///
|
||||
/// * Introduced a new method [`os::windows::Library::load_with_flags`];
|
||||
|
||||
Reference in New Issue
Block a user