Skip to content

Commit

Permalink
libblkid-rs-sys v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 27, 2023
1 parent bafed90 commit f7ca6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["storage"]
exclude = [".clippy.toml", ".githooks/*", ".github/*", ".gitignore", "Makefile"]

[dependencies.libblkid-rs-sys]
version = "0.1.0"
version = "0.2.0"
path = "./libblkid-rs-sys"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libblkid-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libblkid-rs-sys"
version = "0.1.5"
version = "0.2.0"
authors = ["John Baublitz <[email protected]>"]
edition = "2021"
rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit f7ca6af

Please sign in to comment.