servo: Merge #10975 - Update even more dependencies (from mbrubeck:more-deps); r=KiChjang
Adds a temporary exception to allow multiple versions of lazy_static. PRs have already been filed on the packages that are still using the old version. Source-Repo: https://github.com/servo/servo Source-Revision: 361b2b900eeea821a9a79d8566f8cd31dfb1b1ea
This commit is contained in:
@@ -231,7 +231,7 @@ def check_lock(file_name, contents):
|
||||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["bitflags", "xml-rs", "byteorder"]
|
||||
exceptions = ["bitflags", "xml-rs", "lazy_static"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
||||
Reference in New Issue
Block a user