Skip to content

Commit

Permalink
Cargo.toml: remove utmpx
Browse files Browse the repository at this point in the history
Fixes "unused manifest key" warnings from Cargo
  • Loading branch information
cakebaker authored and Krysztal112233 committed Apr 12, 2024
1 parent aef9dd7 commit fe69dca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ chrono = { version = "0.4.37", default-features = false, features = [
ratatui = "0.26.1"
crossterm = "0.27.0"

[workspace.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
utmpx = "0.1"

[dependencies]
clap = { workspace = true }
clap_complete = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions src/uu/w/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ categories = ["command-line-utilities"]
[dependencies]
uucore = { workspace = true, features = ["utmpx"] }
clap = { workspace = true }
chrono = { workspace = true, default-features = false, features = [
"clock",
] }

[lib]
path = "src/w.rs"
Expand Down

0 comments on commit fe69dca

Please sign in to comment.