Deduplicate the cocoa crate.

This commit is contained in:
Simon Sapin 2016-02-02 17:54:21 +01:00
parent 647637193d
commit 809f633f25
3 changed files with 3 additions and 14 deletions

View file

@ -168,7 +168,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
exceptions = ["cocoa"]
exceptions = []
import toml
content = toml.loads(contents)