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 ddcbfda commit b3965f8Copy full SHA for b3965f8
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.3"
+version = "0.8.4"
7
authors = ["Simonas Kazlauskas <[email protected]>"]
8
license = "ISC"
9
repository = "https://github.com/nagisa/rust_libloading/"
src/changelog.rs
@@ -1,5 +1,13 @@
1
//! The change log.
2
+
+/// Release 0.8.4 (2024-06-23)
+///
+/// ## Non-breaking changes
+/// Compilation when targetting Apple's visionos, watchos and tvos targets has been fixed.
+pub mod r0_8_4 {}
10
11
/// Release 0.8.3 (2024-03-05)
12
///
13
/// ## Non-breaking changes
0 commit comments