mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Remove gl_generator version exception.
This commit is contained in:
parent
12c04aa66d
commit
7b9a7bdaec
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def check_lock(file_name, contents):
|
|||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder", "uuid"]
|
||||
exceptions = ["bitflags", "xml-rs", "byteorder", "uuid"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue