Skip to content

Commit

Permalink
chore: version 2.0.0.b2
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Dec 12, 2024
1 parent f1349bc commit 29b3dbd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 41 deletions.
67 changes: 29 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/desbma/hddfancontrol"
keywords = ["hdd", "drive", "temperature", "fan", "control"]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
rust-version = "1.82"
edition = "2021"

Expand All @@ -17,9 +17,9 @@ codegen-units = 1
strip = true

[dependencies]
anyhow = { version = "1.0.93", default-features = false, features = ["std", "backtrace"] }
anyhow = { version = "1.0.94", default-features = false, features = ["std", "backtrace"] }
backoff = { version = "0.4.0", default-features = false }
clap = { version = "4.5.20", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
clap = { version = "4.5.23", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
clap-num = { version = "1.1.1", default-features = false }
ctrlc = { version = "3.4.5", default-features = false, features = ["termination"] }
humantime = { version = "2.1.0", default-features = false }
Expand Down

0 comments on commit 29b3dbd

Please sign in to comment.