File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libloading"
33# When bumping
44# * Don’t forget to add an entry to `src/changelog.rs`
55# * If bumping a incompatible version, adjust documentation in `src/lib.rs`
6- version = " 0.6.4 "
6+ version = " 0.6.5 "
77authors = [" Simonas Kazlauskas <libloading@kazlauskas.me>" ]
88license = " ISC"
99repository = " https://github.com/nagisa/rust_libloading/"
Original file line number Diff line number Diff line change 33// TODO: for the next breaking release rename `Error::LoadLibraryW` to `Error::LoadLibraryExW`.
44// TODO: for the next breaking release use `RTLD_LAZY | RTLD_LOCAL` by default on unix.
55
6+ /// Release 0.6.5 (2020-10-23)
7+ ///
8+ /// * Upgrade cfg-if 0.1 to 1.0
9+ pub mod r0_6_5 { }
10+
611/// Release 0.6.4 (2020-10-10)
712///
813/// * Remove use of `build.rs` making it easier to build `libloading` without cargo. It also
You can’t perform that action at this time.
0 commit comments