Skip to content

Commit 04ba245

Browse files
committed
libcryptsetup-rs-sys v0.6.0
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 8668a9e commit 04ba245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["cryptography", "api-bindings", "os::linux-apis"]
1515
exclude = [".clippy.toml", ".githooks/*", ".gitignore", ".github/*", "Makefile"]
1616

1717
[dependencies.libcryptsetup-rs-sys]
18-
version = "0.5.0"
18+
version = "0.6.0"
1919
path = "./libcryptsetup-rs-sys"
2020

2121
[dependencies]

libcryptsetup-rs-sys/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-sys"
3-
version = "0.5.0"
3+
version = "0.6.0"
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)