Skip to content

Commit 8622145

Browse files
committed
Bump to 0.6.4
1 parent 45bc3a6 commit 8622145

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff 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.3"
6+
version = "0.6.4"
77
authors = ["Simonas Kazlauskas <[email protected]>"]
88
license = "ISC"
99
repository = "https://github.com/nagisa/rust_libloading/"

src/changelog.rs

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.4 (2020-10-10)
7+
///
8+
/// * Remove use of `build.rs` making it easier to build `libloading` without cargo. It also
9+
/// almost halves the build time of this crate.
10+
pub mod r0_6_4 {}
11+
612
/// Release 0.6.3 (2020-08-22)
713
///
814
/// * Improve documentation, allowing to view all of the os-specific functionality from
@@ -13,6 +19,7 @@
1319
///
1420
/// [`os::windows::Library::this`]: crate::os::windows::Library::this
1521
/// [`library_filename`]: crate::library_filename
22+
pub mod r0_6_3 {}
1623

1724
/// Release 0.6.2 (2020-05-06)
1825
///

0 commit comments

Comments
 (0)