Skip to content

Commit 16f462e

Browse files
authored
Merge pull request #436 from mulkieran/libcryptsetup-rs-version-0.13.1
libcryptsetup-rs v0.13.1
2 parents 3ca8762 + 2369764 commit 16f462e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
libcryptsetup-rs 0.13.1
2+
=======================
3+
Recommended Rust toolchain version: 1.87.0
4+
Recommended development environment: Fedora 41
5+
6+
- libcryptsetup-rs-sys: Release version 0.6.0:
7+
https://github.com/stratis-storage/libcryptsetup-rs/pull/435
8+
9+
- Revert clang macro fallback usage:
10+
https://github.com/stratis-storage/libcryptsetup-rs/pull/433
11+
12+
- Tidies and Maintenance:
13+
https://github.com/stratis-storage/libcryptsetup-rs/pull/437
14+
https://github.com/stratis-storage/libcryptsetup-rs/pull/434
15+
https://github.com/stratis-storage/libcryptsetup-rs/pull/432
16+
17+
118
libcryptsetup-rs 0.13.0
219
=======================
320
Recommended Rust toolchain version: 1.86.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcryptsetup-rs"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = ["John Baublitz <jbaublitz@redhat.com>"]
55
edition = "2021"
66
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN

0 commit comments

Comments
 (0)