From 23697645c1b75d3f2684191929dc3647daae3e80 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 28 May 2025 09:53:04 -0400 Subject: [PATCH] libcryptsetup-rs v0.13.1 Signed-off-by: mulhern --- CHANGES.txt | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1f513f5c..29fe3def 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,20 @@ +libcryptsetup-rs 0.13.1 +======================= +Recommended Rust toolchain version: 1.87.0 +Recommended development environment: Fedora 41 + +- libcryptsetup-rs-sys: Release version 0.6.0: + https://github.com/stratis-storage/libcryptsetup-rs/pull/435 + +- Revert clang macro fallback usage: + https://github.com/stratis-storage/libcryptsetup-rs/pull/433 + +- Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/437 + https://github.com/stratis-storage/libcryptsetup-rs/pull/434 + https://github.com/stratis-storage/libcryptsetup-rs/pull/432 + + libcryptsetup-rs 0.13.0 ======================= Recommended Rust toolchain version: 1.86.0 diff --git a/Cargo.toml b/Cargo.toml index 0f02fa06..3f1b991e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcryptsetup-rs" -version = "0.13.0" +version = "0.13.1" authors = ["John Baublitz "] edition = "2021" rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN