mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Update hyper, openssl, wayland, threadpool, offscreen_gl_context
Gets rid of duplicate versions of bitflags and xml-rs!
This commit is contained in:
parent
d7fa1d8eed
commit
9b680ad58a
4 changed files with 129 additions and 165 deletions
|
@ -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", "lazy_static"]
|
||||
exceptions = ["bitflags", "lazy_static"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue