Skip to content

Commit

Permalink
style: Add a dependency on derive_more.
Browse files Browse the repository at this point in the history
  • Loading branch information
bholley authored and emilio committed Jan 29, 2019
1 parent 624db3a commit 137e735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/selectors/Cargo.toml
Expand Up @@ -23,6 +23,7 @@ bench = []
bitflags = "1.0"
matches = "0.1"
cssparser = "0.25"
derive_more = "0.13"
log = "0.4"
fxhash = "0.2"
phf = "0.7.18"
Expand Down
1 change: 1 addition & 0 deletions components/style/Cargo.toml
Expand Up @@ -31,6 +31,7 @@ bitflags = "1.0"
byteorder = "1.0"
cssparser = "0.25"
crossbeam-channel = { version = "0.3", optional = true }
derive_more = "0.13"
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.8", optional = true}
euclid = "0.19"
Expand Down

0 comments on commit 137e735

Please sign in to comment.