File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-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 to an incompatible version, adjust the documentation in `src/lib.rs`
6- version = " 0.7.3 "
6+ version = " 0.7.4 "
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 11//! The change log.
22
3+ /// Release 0.7.4 (2022-11-07)
4+ ///
5+ /// This release has no functional changes.
6+ ///
7+ /// `RTLD_LAZY`, `RTLD_GLOBAL` and `RTLD_LOCAL` constants have been implemented for AIX platforms.
8+ pub mod r0_7_4 { }
9+
310/// Release 0.7.3 (2022-01-15)
411///
512/// This release has no functional changes.
You can’t perform that action at this time.
0 commit comments