mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Update jpeg-decoder to 0.1.10 and disallow duplicate rayon versions again
This commit is contained in:
parent
3256af1ba0
commit
d0df928186
2 changed files with 5 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue