mirror of
https://github.com/servo/servo.git
synced 2025-06-14 03:14:29 +00:00
Update to byteorder 0.5
This commit is contained in:
parent
bbcbd35095
commit
647d9874c2
10 changed files with 243 additions and 186 deletions
|
@ -221,7 +221,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"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue