Skip to content

Commit

Permalink
Merge pull request uutils#46 from cakebaker/remove_utmpx_workspace
Browse files Browse the repository at this point in the history
Cargo.toml: remove utmpx
  • Loading branch information
sylvestre authored Apr 1, 2024
2 parents cfc00e4 + 2d48e16 commit c5e7417
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 c5e7417

Please sign in to comment.