Skip to content

Commit

Permalink
Merge pull request #341 from mulkieran/version-0.9.2
Browse files Browse the repository at this point in the history
libcryptsetup-rs v0.9.2
  • Loading branch information
mulkieran authored Jan 16, 2024
2 parents f8e0e5c + ed1593c commit a7a66cb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
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.1"
version = "0.9.2"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit a7a66cb

Please sign in to comment.