1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #4943 from cakebaker/remove_users_crate

Remove users crate
This commit is contained in:
Sylvestre Ledru 2023-06-04 18:45:04 +02:00 committed by GitHub
commit 1895d1bc3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 29 deletions

View file

@ -499,7 +499,6 @@ rlimit = "0.9.1"
[target.'cfg(unix)'.dev-dependencies]
nix = { workspace=true, features=["process", "signal", "user"] }
rust-users = { version="0.11", package="users" }
rand_pcg = "0.3"
[build-dependencies]