mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Tweak whitespace in Cargo.toml to match surrounding code and Gecko.
This commit is contained in:
parent
90d20f27b3
commit
87ec2cefc5
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ void = "1.0.2"
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
bindgen = { version = "0.49", optional = true, default-features = false }
|
bindgen = {version = "0.49", optional = true, default-features = false}
|
||||||
regex = {version = "1.1", optional = true}
|
regex = {version = "1.1", optional = true}
|
||||||
walkdir = "2.1.4"
|
walkdir = "2.1.4"
|
||||||
toml = {version = "0.4.5", optional = true, default-features = false}
|
toml = {version = "0.4.5", optional = true, default-features = false}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue