mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
Update internal crates to bitflags 0.7
This commit is contained in:
parent
d580226a9c
commit
b9cda99ca5
13 changed files with 57 additions and 37 deletions
|
@ -15,7 +15,7 @@ gecko = []
|
|||
|
||||
[dependencies]
|
||||
app_units = {version = "0.2.3", features = ["plugins"]}
|
||||
bitflags = "0.6.0"
|
||||
bitflags = "0.7"
|
||||
cssparser = {version = "0.5.5", features = ["heap_size", "serde-serialization"]}
|
||||
encoding = "0.2"
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue