Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update and dedupe nix
  • Loading branch information
Eijebong committed Sep 6, 2019
1 parent 7a67261 commit c8aae12
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 44 deletions.
73 changes: 31 additions & 42 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 components/background_hang_monitor/Cargo.toml
Expand Up @@ -30,5 +30,5 @@ lazy_static = "1.0"
mach = "0.2.3"

[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
nix = "0.13"
nix = "0.14"
unwind-sys = "0.1.1"
1 change: 0 additions & 1 deletion servo-tidy.toml
Expand Up @@ -35,7 +35,6 @@ rand = [
# Ignored packages with duplicated versions
packages = [
"gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746
"nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605
"proc-macro2",
"quote",
"rand_core",
Expand Down

0 comments on commit c8aae12

Please sign in to comment.