Skip to content

Commit

Permalink
change rustix feature gates
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Mar 4, 2024
1 parent cb434ae commit 37fdedd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ edition = "2021"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.16.0"
once_cell = "1.19.0"
rustix = {version = "0.38.31", features = ["procfs", "fs"]}
rustix = {version = "0.38.31", features = ["fs"]}

0 comments on commit 37fdedd

Please sign in to comment.