From ed1593cb3c809938ed313c9a714edf78262a7360 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 18 Dec 2023 21:18:27 -0500 Subject: [PATCH] libcryptsetup-rs v0.9.2 Signed-off-by: mulhern --- CHANGES.txt | 23 +++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4a1e8dee..389bf692 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,26 @@ +libcryptsetup-rs 0.9.2 +====================== +Recommended Rust toolchain version: 1.75.0 +Recommended development environment: Fedora 39 + +- Use loopdev-3 instead of loopdev package: + https://github.com/stratis-storage/libcryptsetup-rs/pull/340 + +- Increase nix dependency lower bound to 0.27.1; + increase bitflags dependency lower bound to 2.3.1; + increase libc dependency lower bound to 0.2.147: + https://github.com/stratis-storage/libcryptsetup-rs/pull/342 + https://github.com/stratis-storage/libcryptsetup-rs/pull/331 + +- Tidies and Maintenance: + https://github.com/stratis-storage/libcryptsetup-rs/pull/339 + https://github.com/stratis-storage/libcryptsetup-rs/pull/338 + https://github.com/stratis-storage/libcryptsetup-rs/pull/337 + https://github.com/stratis-storage/libcryptsetup-rs/pull/336 + https://github.com/stratis-storage/libcryptsetup-rs/pull/335 + https://github.com/stratis-storage/libcryptsetup-rs/pull/333 + + libcryptsetup-rs 0.9.1 ====================== Recommended Rust toolchain version: 1.72.0 diff --git a/Cargo.toml b/Cargo.toml index b6a57354..dc8c2d7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcryptsetup-rs" -version = "0.9.1" +version = "0.9.2" authors = ["John Baublitz "] edition = "2021" rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN