mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Update the style crate's bindgen dependency
This commit is contained in:
parent
a5fe464e4a
commit
1cfd3ce5d3
6 changed files with 70 additions and 55 deletions
|
@ -31,7 +31,10 @@ num = []
|
|||
|
||||
[ignore]
|
||||
# Ignored packages with duplicated versions
|
||||
packages = ["bitflags"]
|
||||
packages = [
|
||||
"bitflags",
|
||||
"libloading", # Conflicting version is only used at build-time by geckolib.
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
# Helper macro where actually a pseudo-element per line makes sense.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue