servo: Merge #8893 - Update bincode (from Ms2ger:byteorder); r=frewsxcv

Source-Repo: https://github.com/servo/servo
Source-Revision: f4aa5b42ea3c0ece91018964df88a0b6e86649dd
This commit is contained in:
Ms2ger
2015-12-09 01:06:35 +05:00
parent 15a19a3166
commit e29344319b
4 changed files with 7 additions and 22 deletions

View File

@@ -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)