mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
Merge pull request #4290 from sylvestre/platform-info
uname: use the same version of platform-info as arch
This commit is contained in:
commit
ea3c83e273
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ edition = "2021"
|
|||
path = "src/arch.rs"
|
||||
|
||||
[dependencies]
|
||||
platform-info = "1.0.1"
|
||||
platform-info = "1.0.2"
|
||||
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
|
||||
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue