Skip to content

Commit

Permalink
Remove duplicated 'nix' crate
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 13, 2023
1 parent 2c01134 commit 6b11cad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 27 deletions.
37 changes: 12 additions & 25 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ skip = [
{ name = "ahash" }, # Popular crate + fast release schedule = lots of crates still using old versions
{ name = "base64" }, # Too popular
{ name = "memoffset" }, # Small crate
{ name = "nix" }, # Too many to protect against
{ name = "time" }, # Too popular
{ name = "windows" }, # wgpu and rfd are sometimes on different versions
]
Expand Down
2 changes: 1 addition & 1 deletion scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cargo doc --document-private-items --no-deps --all-features

cargo deny --all-features --log-level error --target aarch64-apple-darwin check
cargo deny --all-features --log-level error --target wasm32-unknown-unknown check
cargo deny --all-features --log-level error --target x86_64-pc-windows-msvc
cargo deny --all-features --log-level error --target x86_64-pc-windows-msvc check
cargo deny --all-features --log-level error --target x86_64-unknown-linux-musl check

echo "All checks passed!"

0 comments on commit 6b11cad

Please sign in to comment.