Release 0.7.4
This commit is contained in:
parent
bd17713dcc
commit
224a3def35
|
@ -3,7 +3,7 @@ name = "libloading"
|
|||
# When bumping
|
||||
# * Don’t forget to add an entry to `src/changelog.rs`
|
||||
# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
|
||||
license = "ISC"
|
||||
repository = "https://github.com/nagisa/rust_libloading/"
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
//! The change log.
|
||||
|
||||
/// Release 0.7.4 (2022-11-07)
|
||||
///
|
||||
/// This release has no functional changes.
|
||||
///
|
||||
/// `RTLD_LAZY`, `RTLD_GLOBAL` and `RTLD_LOCAL` constants have been implemented for AIX platforms.
|
||||
pub mod r0_7_4 {}
|
||||
|
||||
/// Release 0.7.3 (2022-01-15)
|
||||
///
|
||||
/// This release has no functional changes.
|
||||
|
|
Loading…
Reference in New Issue