servo: Merge #12816 - Update ordered-float (from servo:always-be-updating); r=Wafflespeanut

Source-Repo: https://github.com/servo/servo
Source-Revision: ef442556c2f420ea8f9011df0a9e1b7a55c8b238
This commit is contained in:
Ms2ger
2016-08-11 02:16:17 -05:00
parent 3a8b82a46f
commit 17bdab21c5
4 changed files with 17 additions and 83 deletions

View File

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