1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

mknod: use libc@0.2.4 to avoid unresolved name

This commit is contained in:
Knight 2016-05-08 16:21:20 +08:00
parent 78f9351e71
commit 6592e0308c

View file

@ -9,7 +9,7 @@ path = "mknod.rs"
[dependencies] [dependencies]
getopts = "*" getopts = "*"
libc = "*" libc = "^0.2.4"
uucore = { path="../uucore" } uucore = { path="../uucore" }
[[bin]] [[bin]]