mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use get_mut instead of get-remove-set in XHR send()
This commit is contained in:
parent
00af25b685
commit
fc6e20f652
11 changed files with 30 additions and 34 deletions
|
@ -15,7 +15,7 @@ cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
|
|||
euclid = "0.7.1"
|
||||
heapsize = "0.3.0"
|
||||
heapsize_plugin = "0.1.2"
|
||||
hyper = {version = "0.9", features = ["serde-serialization"]}
|
||||
hyper = {version = "0.9.9", features = ["serde-serialization"]}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
layers = {git = "https://github.com/servo/rust-layers", features = ["plugins"]}
|
||||
plugins = {path = "../plugins"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue