diff --git a/CHANGES.txt b/CHANGES.txt index 9f8a5929..d8820864 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +libcryptsetup-rs 0.11.2 +======================= +Recommended Rust toolchain version: 1.83.0 +Recommended development environment: Fedora 40 + +- Do not specify the type of ptr::null() result: + https://github.com/stratis-storage/libcryptsetup-rs/pull/392 + + libcryptsetup-rs 0.11.1 ======================= Recommended Rust toolchain version: 1.83.0 diff --git a/Cargo.toml b/Cargo.toml index 0f52006a..fc3064bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcryptsetup-rs" -version = "0.11.1" +version = "0.11.2" authors = ["John Baublitz "] edition = "2021" rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN