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:
parent
78f9351e71
commit
6592e0308c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ path = "mknod.rs"
|
|||
|
||||
[dependencies]
|
||||
getopts = "*"
|
||||
libc = "*"
|
||||
libc = "^0.2.4"
|
||||
uucore = { path="../uucore" }
|
||||
|
||||
[[bin]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue