We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f8cb0 commit 9b798ebCopy full SHA for 9b798eb
Cargo.toml
@@ -3,7 +3,7 @@ name = "libloading"
3
# When bumping
4
# * Don’t forget to add an entry to `src/changelog.rs`
5
# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
6
-version = "0.8.8"
+version = "0.8.9"
7
authors = ["Simonas Kazlauskas <[email protected]>"]
8
license = "ISC"
9
repository = "https://github.com/nagisa/rust_libloading/"
src/changelog.rs
@@ -1,5 +1,12 @@
1
//! The change log.
2
+/// Release 0.8.9 (2025-09-17)
+///
+/// ## Non-breaking changes
+/// Migrate from windows-targets to windows-link for linking Windows API functions.
+pub mod r0_8_9 {}
+
10
/// Release 0.8.8 (2025-05-27)
11
///
12
/// ## Non-breaking changes
0 commit comments