We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b2495a + 298bde8 commit ef99e0cCopy full SHA for ef99e0c
CHANGES.txt
@@ -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
10
libcryptsetup-rs 0.11.1
11
=======================
12
Recommended Rust toolchain version: 1.83.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libcryptsetup-rs"
-version = "0.11.1"
+version = "0.11.2"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.74.0" # LOWEST SUPPORTED RUST TOOLCHAIN
0 commit comments