Skip to content

Commit

Permalink
Update jpeg-decoder to 0.1.10 and disallow duplicate rayon versions a…
Browse files Browse the repository at this point in the history
…gain
  • Loading branch information
kaksmet committed Dec 24, 2016
1 parent 3256af1 commit d0df928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 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 servo-tidy.toml
Expand Up @@ -11,7 +11,7 @@ lint-scripts = [

[ignore]
# Ignored packages with duplicated versions
packages = ["bitflags", "lazy_static", "semver", "rayon", "libloading"]
packages = ["bitflags", "lazy_static", "semver", "libloading"]
# Files that are ignored for all tidy and lint checks.
files = [
# Generated and upstream code combined with our own. Could use cleanup
Expand Down

0 comments on commit d0df928

Please sign in to comment.