mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Deduplicate the cocoa crate.
This commit is contained in:
parent
647637193d
commit
809f633f25
3 changed files with 3 additions and 14 deletions
|
@ -168,7 +168,7 @@ def check_lock(file_name, contents):
|
|||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["cocoa"]
|
||||
exceptions = []
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue