mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
parent
436f7316d9
commit
97f4ef28d4
5 changed files with 102 additions and 51 deletions
|
@ -207,7 +207,7 @@ def check_lock(file_name, contents):
|
|||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["bitflags"]
|
||||
exceptions = ["bitflags", "xml-rs", "gl_generator"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue