mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Update derive_more to 0.99.17
Limit its features to those we actually use, which turns out is none for webrender_api. Differential Revision: https://phabricator.services.mozilla.com/D148734
This commit is contained in:
parent
04a817c0d2
commit
48749641d3
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ shmem = ["dep:to_shmem", "dep:to_shmem_derive"]
|
|||
[dependencies]
|
||||
bitflags = "1.0"
|
||||
cssparser = "0.29"
|
||||
derive_more = "0.99"
|
||||
derive_more = { version = "0.99", default-features = false, features = ["add", "add_assign"] }
|
||||
fxhash = "0.2"
|
||||
log = "0.4"
|
||||
new_debug_unreachable = "1"
|
||||
|
|
|
@ -42,7 +42,7 @@ atomic_refcell = "0.1"
|
|||
bitflags = "1.0"
|
||||
byteorder = "1.0"
|
||||
cssparser = "0.29"
|
||||
derive_more = "0.99"
|
||||
derive_more = { version = "0.99", default-features = false, features = ["add", "add_assign", "deref", "from"] }
|
||||
encoding_rs = { version = "0.8", optional = true }
|
||||
euclid = "0.22"
|
||||
fxhash = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue