servo: Merge #8689 - Remove remaining version-conflict exceptions in tidy.py (from jdm:deps); r=frewsxcv
Source-Repo: https://github.com/servo/servo Source-Revision: bc618b0d535e0e67a7ea845c026678113f000d64
This commit is contained in:
@@ -164,7 +164,7 @@ def check_lock(file_name, contents):
|
||||
packages = {}
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["glutin", "wayland-kbd"]
|
||||
exceptions = []
|
||||
|
||||
while idx < len(contents):
|
||||
content = contents[idx].strip()
|
||||
|
||||
Reference in New Issue
Block a user