1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

uname: use the same version of platform-info as arch

This commit is contained in:
Sylvestre Ledru 2023-01-21 22:59:30 +01:00
parent 7e127005af
commit f30124e497

View file

@ -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" }