1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Switch users back to our rust-users fork to fix the build

This commit is contained in:
Alex Lyon 2019-05-01 21:07:13 -07:00
parent 8a86c84461
commit b6cd8deb6f
2 changed files with 12 additions and 11 deletions

View file

@ -263,7 +263,8 @@ unindent = "0.1.3"
lazy_static = "1.3.0"
[target.'cfg(unix)'.dev-dependencies]
rust-users = { version = "0.9", package = "users" }
# FIXME: this should use the normal users crate, but it conflicts with the users utility
rust-users = { git = "https://github.com/uutils/rust-users" }
unix_socket = "0.5.0"
[[bin]]