Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Update nix, patch dependents (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler authored Oct 1, 2021
1 parent 26c3528 commit cba7439
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
14 changes: 6 additions & 8 deletions src/agent/Cargo.lock

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

8 changes: 8 additions & 0 deletions src/agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ members = [

[profile.release]
lto = "thin"


[patch.crates-io]
# Remove after `Detegr/rust-ctrlc#81` is released.
ctrlc = { git = "http://github.com/ranweiler/rust-ctrlc", rev = "7535c9306557ef69bc07401ba653aa5d7d625e2f" }

# Remove after `ranweiler/pete#71` is released.
pete = { git = "http://github.com/ranweiler/pete", rev = "efeb0769b4376d22a33328553c31ce331a7261ad" }
2 changes: 1 addition & 1 deletion src/agent/onefuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ debugger = { path = "../debugger" }

[target.'cfg(target_family = "unix")'.dependencies]
cpp_demangle = "0.3"
nix = "0.22"
nix = "0.23"

[target.'cfg(target_os = "linux")'.dependencies]
pete = "0.7"
Expand Down

0 comments on commit cba7439

Please sign in to comment.