servo: Merge #9473 - Bump clipboard to remove libc 0.1.z dependency (from nox:adieu-libc-1); r=KiChjang

Source-Repo: https://github.com/servo/servo
Source-Revision: ec06c256d70937e91acb7309d7518b76962ea3a4
This commit is contained in:
Anthony Ramine
2016-02-01 04:08:15 +05:00
parent ee8e57b56c
commit 46d0b7b4b0
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)