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 committed Apr 1, 2024
1 parent bfd6c87 commit 2d48e16
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 @@ -49,9 +49,6 @@ tempfile = "3.9.0"
rand = { version = "0.8", features = ["small_rng"] }
bytesize = "1.3.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 @@ -15,9 +15,6 @@ categories = ["command-line-utilities"]
uucore = { workspace = true, features = ["utmpx"] }
clap = { workspace = true }

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

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

Expand Down

0 comments on commit 2d48e16

Please sign in to comment.