Skip to content

Commit 224a3de

Browse files
committed
Release 0.7.4
1 parent bd17713 commit 224a3de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 to an incompatible version, adjust the documentation in `src/lib.rs`
6-
version = "0.7.3"
6+
version = "0.7.4"
77
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
88
license = "ISC"
99
repository = "https://github.com/nagisa/rust_libloading/"

src/changelog.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.

0 commit comments

Comments
 (0)