Skip to content

Commit

Permalink
libcryptsetup-rs v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 23, 2023
1 parent 30a38d7 commit 9aa6031
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
libcryptsetup-rs 0.9.1
======================
Recommended Rust toolchain version: 1.72.0
Recommended development environment: Fedora 38

- libcryptsetup-rs-sys: Increase bindgen dependency lower bound to 0.68.1:
https://github.com/stratis-storage/libcryptsetup-rs/pull/320

- libcryptsetup-rs-sys: Fix libcrypsetup.h path while cross-compiling:
https://github.com/stratis-storage/libcryptsetup-rs/pull/328

- Use after free fix for CryptParamsIntegrityRef and CryptPbkidfTypeRef:
https://github.com/stratis-storage/libcryptsetup-rs/pull/324

- Update per-thread-mutex submodule version to 0.1.2:
https://github.com/stratis-storage/libcryptsetup-rs/pull/330

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/329
https://github.com/stratis-storage/libcryptsetup-rs/pull/327
https://github.com/stratis-storage/libcryptsetup-rs/pull/326
https://github.com/stratis-storage/libcryptsetup-rs/pull/323
https://github.com/stratis-storage/libcryptsetup-rs/pull/322
https://github.com/stratis-storage/libcryptsetup-rs/pull/321


libcryptsetup-rs 0.9.0
======================
Recommended Rust toolchain version: 1.72.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libcryptsetup-rs"
version = "0.9.0"
version = "0.9.1"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit 9aa6031

Please sign in to comment.