mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Update to platform-info 0.1
This commit is contained in:
parent
6481c5a247
commit
8772d81236
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ edition = "2018"
|
|||
path = "src/arch.rs"
|
||||
|
||||
[dependencies]
|
||||
platform-info = "0.0.1"
|
||||
platform-info = "0.1"
|
||||
uucore = { version=">=0.0.6", package="uucore", path="../../uucore" }
|
||||
uucore_procs = { version=">=0.0.5", package="uucore_procs", path="../../uucore_procs" }
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ wild = "2.0.4"
|
|||
thiserror = { version="1.0", optional=true }
|
||||
lazy_static = { version="1.3", optional=true }
|
||||
nix = { version="<= 0.13", optional=true }
|
||||
platform-info = { version="<= 0.0.1", optional=true }
|
||||
platform-info = { version="<= 0.1", optional=true }
|
||||
time = { version="<= 0.1.42", optional=true }
|
||||
# * "problem" dependencies (pinned)
|
||||
data-encoding = { version="~2.1", optional=true } ## data-encoding: require v2.1; but v2.2.0 breaks the build for MinSRV v1.31.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue