mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
Update ordered-float.
This commit is contained in:
parent
490a2acac9
commit
e99cb474f0
4 changed files with 17 additions and 83 deletions
|
@ -266,7 +266,7 @@ def check_lock(file_name, contents):
|
|||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["lazy_static", "unreachable", "void"]
|
||||
exceptions = ["lazy_static"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue