Update bincode.

This commit is contained in:
Ms2ger 2015-12-08 14:49:38 -05:00
parent 5cfba0cb6e
commit 07d837bd03
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)