Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcryptsetup-rs v0.11.1 #391

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
libcryptsetup-rs 0.11.1
=======================
Recommended Rust toolchain version: 1.83.0
Recommended development environment: Fedora 40

- Add wrapper for crypt_dump_json:
https://github.com/stratis-storage/libcryptsetup-rs/pull/379

- Increase base64 dependency lower bound to 0.22.0:
https://github.com/stratis-storage/libcryptsetup-rs/pull/390

- Increase per-thread-mutex dependency lower bound to 0.1.4:
https://github.com/stratis-storage/libcryptsetup-rs/pull/385

- Increase pkg-config dependency lower bound to 0.3.17:
https://github.com/stratis-storage/libcryptsetup-rs/pull/388

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/389
https://github.com/stratis-storage/libcryptsetup-rs/pull/386
https://github.com/stratis-storage/libcryptsetup-rs/pull/384
https://github.com/stratis-storage/libcryptsetup-rs/pull/383
https://github.com/stratis-storage/libcryptsetup-rs/pull/382
https://github.com/stratis-storage/libcryptsetup-rs/pull/381
https://github.com/stratis-storage/libcryptsetup-rs/pull/380


libcryptsetup-rs 0.11.0
=======================
Recommended Rust toolchain version: 1.81.0
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.11.0"
version = "0.11.1"
authors = ["John Baublitz <jbaublitz@redhat.com>"]
edition = "2021"
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN