From 298bde8ed83bea2f262128c8959c49dc70c570a1 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 6 Jan 2025 14:33:54 -0500 Subject: [PATCH] libcryptsetup-rs v0.11.2 Signed-off-by: mulhern --- CHANGES.txt | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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