Skip to content

Commit

Permalink
Expand DeviceType, FilesystemType, MediaType, and Vendor enums. Impro…
Browse files Browse the repository at this point in the history
…ve MediaType detection. Upgrade some dependencies.
  • Loading branch information
iamjpotts committed Jan 12, 2024
1 parent 1630696 commit 3287588
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 43 deletions.
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

0 comments on commit 3287588

Please sign in to comment.