mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-04 23:17:46 +00:00
pin dependencies
This commit is contained in:
parent
e7940828f9
commit
6998949c06
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ version = "0.0.1"
|
|||
authors = []
|
||||
|
||||
[dependencies]
|
||||
getopts = "*"
|
||||
time = { version = "*", optional = true }
|
||||
getopts = "0.2.14"
|
||||
time = { version = "0.1.38", optional = true }
|
||||
data-encoding = { version = "^1.1", optional = true }
|
||||
|
||||
[dependencies.libc]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue