Skip to content

Commit

Permalink
Merge pull request stratis-storage#391 from mulkieran/libcryptsetup-r…
Browse files Browse the repository at this point in the history
…s-version-0.11.1

libcryptsetup-rs v0.11.1
  • Loading branch information
mulkieran authored Jan 3, 2025
2 parents 7004dee + 30f43dc commit e2f2d06
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
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
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.11.0"
version = "0.11.1"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit e2f2d06

Please sign in to comment.