Update to Rust 2016-03-18.

This commit is contained in:
Ms2ger 2016-03-14 18:03:32 +01:00 committed by Anthony Ramine
parent 090da52913
commit 6f679c124c
10 changed files with 212 additions and 190 deletions

View file

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