mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -10,7 +10,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
euclid = "0.7.1"
|
||||
hyper = "0.9"
|
||||
hyper = "0.9.9"
|
||||
image = "0.10"
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
log = "0.3.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue