Update to byteorder 0.5

This commit is contained in:
Saurav Sachidanand 2016-04-13 16:36:02 +05:30
parent bbcbd35095
commit 647d9874c2
10 changed files with 243 additions and 186 deletions

View file

@ -221,7 +221,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"]
import toml
content = toml.loads(contents)