mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Update bincode.
This commit is contained in:
parent
5cfba0cb6e
commit
07d837bd03
4 changed files with 7 additions and 22 deletions
|
@ -170,7 +170,7 @@ def check_lock(file_name, contents):
|
|||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["libc", "byteorder", "cocoa"]
|
||||
exceptions = ["libc", "cocoa"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue