Skip to content

Commit ef99e0c

Browse files
authored
Merge pull request #393 from mulkieran/libcryptsetup-rs-version-0.11.2
libcryptsetup-rs v0.11.2
2 parents 0b2495a + 298bde8 commit ef99e0c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
libcryptsetup-rs 0.11.2
2+
=======================
3+
Recommended Rust toolchain version: 1.83.0
4+
Recommended development environment: Fedora 40
5+
6+
- Do not specify the type of ptr::null() result:
7+
https://github.com/stratis-storage/libcryptsetup-rs/pull/392
8+
9+
110
libcryptsetup-rs 0.11.1
211
=======================
312
Recommended Rust toolchain version: 1.83.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.11.1"
3+
version = "0.11.2"
44
authors = ["John Baublitz <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN

0 commit comments

Comments
 (0)