Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "block-utils"
version = "0.11.1"
version = "0.12.0"
authors = ["Chris Holcombe <xfactor973@gmail.com>"]
description = "Utilities to work with block devices. Formatting, getting device info, identifying type of device, etc."
edition = '2018'
edition = "2021"

# These URLs point to more information about the repository.
documentation = "https://docs.rs/block-utils"
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
license = "MIT"

[dev-dependencies]
nix = "0.23"
nix = "0.26"
tempfile = "3"

[dependencies]
Expand All @@ -23,7 +23,7 @@ regex = "1.7"
shellscript = "0.3"
serde = { "version" = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
thiserror = "1.0"
uuid = "1.3"

Expand Down
Loading