mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +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
|
@ -9,7 +9,7 @@ name = "devtools_traits"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.6.0"
|
||||
bitflags = "0.7"
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
hyper = {version = "0.9", features = ["serde-serialization"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue