mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 13:16:19 -04:00
Bump 0.7.1
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
name = "libloading"
|
||||
# When bumping
|
||||
# * Don’t forget to add an entry to `src/changelog.rs`
|
||||
# * If bumping a incompatible version, adjust documentation in `src/lib.rs`
|
||||
version = "0.7.0"
|
||||
# * If bumping to an incompatible version, adjust the documentation in `src/lib.rs`
|
||||
version = "0.7.1"
|
||||
authors = ["Simonas Kazlauskas <libloading@kazlauskas.me>"]
|
||||
license = "ISC"
|
||||
repository = "https://github.com/nagisa/rust_libloading/"
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
//! The change log.
|
||||
|
||||
/// Release 0.7.1 (2021-10-09)
|
||||
///
|
||||
/// Significantly improved the consistency and style of the documentation.
|
||||
pub mod r0_7_1 {}
|
||||
|
||||
/// Release 0.7.0 (2021-02-06)
|
||||
///
|
||||
/// ## Breaking changes
|
||||
|
||||
Reference in New Issue
Block a user