mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 13:16:19 -04:00
Bump to 0.6.5
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ name = "libloading"
|
||||
# When bumping
|
||||
# * Don’t forget to add an entry to `src/changelog.rs`
|
||||
# * If bumping a incompatible version, adjust documentation in `src/lib.rs`
|
||||
version = "0.6.4"
|
||||
version = "0.6.5"
|
||||
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
|
||||
license = "ISC"
|
||||
repository = "https://github.com/nagisa/rust_libloading/"
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
// TODO: for the next breaking release rename `Error::LoadLibraryW` to `Error::LoadLibraryExW`.
|
||||
// TODO: for the next breaking release use `RTLD_LAZY | RTLD_LOCAL` by default on unix.
|
||||
|
||||
/// Release 0.6.5 (2020-10-23)
|
||||
///
|
||||
/// * Upgrade cfg-if 0.1 to 1.0
|
||||
pub mod r0_6_5 {}
|
||||
|
||||
/// Release 0.6.4 (2020-10-10)
|
||||
///
|
||||
/// * Remove use of `build.rs` making it easier to build `libloading` without cargo. It also
|
||||
|
||||
Reference in New Issue
Block a user