Skip to content

Commit 3acc253

Browse files
authored
Merge pull request #435 from mulkieran/libcryptsetup-rs-sys-version-0.6.0
libcryptsetup-rs-sys v0.6.0
2 parents 8668a9e + 04ba245 commit 3acc253

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)