Bump clipboard to remove libc 0.1.z dependency

This commit is contained in:
Anthony Ramine 2016-01-31 20:32:46 +01:00
parent 46b3eb6535
commit 74b6d8b70d
4 changed files with 10 additions and 28 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 = ["libc", "cocoa"]
exceptions = ["cocoa"]
import toml
content = toml.loads(contents)