mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
net: Replace ws-rs with async-tungstenite.
This commit is contained in:
parent
e0e22a3399
commit
76198e40a8
8 changed files with 765 additions and 324 deletions
|
@ -27,7 +27,7 @@ opt-level = 3
|
|||
# <crate> = { path = "/path/to/local/checkout" }
|
||||
|
||||
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
|
||||
mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
|
||||
mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" }
|
||||
|
||||
# https://github.com/servo/servo/issues/27039#issuecomment-654400150
|
||||
[patch."https://github.com/servo/webrender"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue