File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1+ libcryptsetup-rs 0.15.0
2+ =======================
3+ Recommended Rust toolchain version: 1.92.0
4+ Recommended development environment: Fedora 42
5+
6+ - Allow passing None as FEC and hash device when formatting as VERITY:
7+ https://github.com/stratis-storage/libcryptsetup-rs/pull/461
8+
9+ - Add support for LUKS token activation via PIN:
10+ https://github.com/stratis-storage/libcryptsetup-rs/pull/460
11+
12+ - libcryptsetup-rs-sys: Release version 0.6.1:
13+ https://github.com/stratis-storage/libcryptsetup-rs/pull/455
14+
15+ - libcryptsetup-rs-sys: Increase bindgen dependency lower bound to 0.72.0:
16+ https://github.com/stratis-storage/libcryptsetup-rs/pull/452
17+
18+ - Increase lowest supported version of Rust to 1.82.0:
19+ https://github.com/stratis-storage/libcryptsetup-rs/pull/457
20+
21+ - Use std::sync::LazyLock instead of once_cell::Lazy:
22+ https://github.com/stratis-storage/libcryptsetup-rs/pull/458
23+
24+ - Tidies and Maintenance:
25+ https://github.com/stratis-storage/libcryptsetup-rs/pull/459
26+ https://github.com/stratis-storage/libcryptsetup-rs/pull/456
27+ https://github.com/stratis-storage/libcryptsetup-rs/pull/454
28+ https://github.com/stratis-storage/libcryptsetup-rs/pull/453
29+ https://github.com/stratis-storage/libcryptsetup-rs/pull/451
30+
31+
132libcryptsetup-rs 0.14.0
233=======================
334Recommended Rust toolchain version: 1.89.0
Original file line number Diff line number Diff line change 11[package ]
22name = " libcryptsetup-rs"
3- version = " 0.14 .0"
3+ version = " 0.15 .0"
44authors = [" John Baublitz <jbaublitz@redhat.com>" ]
55edition = " 2021"
66rust-version = " 1.82.0" # LOWEST SUPPORTED RUST TOOLCHAIN
You can’t perform that action at this time.
0 commit comments