mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Update to Rust 2016-03-18.
This commit is contained in:
parent
090da52913
commit
6f679c124c
10 changed files with 212 additions and 190 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue