mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
Update uuid.
This commit is contained in:
parent
1a6245828a
commit
489d2e5e49
10 changed files with 90 additions and 126 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", "byteorder", "uuid"]
|
||||
exceptions = ["bitflags", "xml-rs", "byteorder"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue