mirror of
https://github.com/servo/servo.git
synced 2025-06-10 01:23:13 +00: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
|
@ -9,7 +9,7 @@ name = "msg"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.6.0"
|
||||
bitflags = "0.7"
|
||||
cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
heapsize = "0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue