Skip to content

Commit

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

libcryptsetup-rs v0.11.0
  • Loading branch information
mulkieran authored Oct 4, 2024
2 parents 04dc75f + c0fa334 commit 9f03c23
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
libcryptsetup-rs 0.11.0
=======================
Recommended Rust toolchain version: 1.81.0
Recommended development environment: Fedora 40

- Update to per-thread-mutex v0.1.3:
https://github.com/stratis-storage/libcryptsetup-rs/pull/374

- Allow specifying key length in add_by_key:
https://github.com/stratis-storage/libcryptsetup-rs/pull/376

- Tidies and Maintenance:
https://github.com/stratis-storage/libcryptsetup-rs/pull/377
https://github.com/stratis-storage/libcryptsetup-rs/pull/375
https://github.com/stratis-storage/libcryptsetup-rs/pull/373
https://github.com/stratis-storage/libcryptsetup-rs/pull/372
https://github.com/stratis-storage/libcryptsetup-rs/pull/371
https://github.com/stratis-storage/libcryptsetup-rs/pull/370
https://github.com/stratis-storage/libcryptsetup-rs/pull/369


libcryptsetup-rs 0.10.0
=======================
Recommended Rust toolchain version: 1.79.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.10.0"
version = "0.11.0"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit 9f03c23

Please sign in to comment.