mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Auto merge of #6648 - boghison:tidytoml, r=jdm
Make tidy check for "*" in toml files This checks every .toml file for an asterisk and prints an error if found. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6648) <!-- Reviewable:end -->
This commit is contained in:
commit
58e9bc6583
24 changed files with 401 additions and 189 deletions
|
@ -66,13 +66,13 @@ version = "0.6"
|
|||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
log = "0.3"
|
||||
encoding = "0.2"
|
||||
fnv = "1.0"
|
||||
time = "0.1.12"
|
||||
bitflags = "*"
|
||||
rustc-serialize = "*"
|
||||
libc = "*"
|
||||
bitflags = "0.3"
|
||||
rustc-serialize = "0.3"
|
||||
libc = "0.1"
|
||||
cssparser = "0.3.1"
|
||||
unicase = "0.1"
|
||||
num = "0.1.24"
|
||||
|
@ -85,4 +85,4 @@ string_cache_plugin = "0.1"
|
|||
euclid = "0.1"
|
||||
tendril = "0.1.1"
|
||||
rand = "0.3"
|
||||
serde = "*"
|
||||
serde = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue