Skip to content

Commit

Permalink
style: Update derive_more.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Dec 16, 2019
1 parent 80ac4d2 commit baa9ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/selectors/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ bench = []
bitflags = "1.0"
matches = "0.1"
cssparser = "0.27"
derive_more = "0.13"
derive_more = "0.99"
log = "0.4"
fxhash = "0.2"
phf = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ bitflags = "1.0"
byteorder = "1.0"
cssparser = "0.27"
crossbeam-channel = { version = "0.3", optional = true }
derive_more = "0.13"
derive_more = "0.99"
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.8", optional = true}
euclid = "0.20"
Expand Down

0 comments on commit baa9ac1

Please sign in to comment.