mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Bump clipboard to remove libc 0.1.z dependency
This commit is contained in:
parent
46b3eb6535
commit
74b6d8b70d
4 changed files with 10 additions and 28 deletions
|
@ -168,7 +168,7 @@ def check_lock(file_name, contents):
|
|||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["libc", "cocoa"]
|
||||
exceptions = ["cocoa"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue