Update lazy_static, selectors, string_cache, futf, quickersort

This commit is contained in:
Matt Brubeck 2016-05-02 16:05:31 -07:00
parent 2125c3bc42
commit a2b0585ffd
10 changed files with 194 additions and 190 deletions

View file

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