mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Update lazy_static, selectors, string_cache, futf, quickersort
This commit is contained in:
parent
2125c3bc42
commit
a2b0585ffd
10 changed files with 194 additions and 190 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue