Skip to content

Commit

Permalink
WIP: Use nix=0.26 to make mach build happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Lissy committed Oct 12, 2023
1 parent d964952 commit ad40d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ goblin = "0.7"
memmap2 = "0.5"

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
nix = { version = "0.27", default-features = false, features = [
nix = { version = "0.26", default-features = false, features = [
"mman",
"process",
"ptrace",
Expand Down

0 comments on commit ad40d66

Please sign in to comment.