Skip to content

Commit

Permalink
update ioctl-sys for risc-v support
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbraha committed Feb 28, 2022
1 parent 85b86bb commit e4fc557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/uu/cp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ uucore = { version=">=0.0.11", package="uucore", path="../../uucore", features=[
walkdir = "2.2"

[target.'cfg(target_os = "linux")'.dependencies]
ioctl-sys = "0.6"
ioctl-sys = "0.8.0"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version="0.3", features=["fileapi"] }
Expand Down

0 comments on commit e4fc557

Please sign in to comment.