mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Replace rust-websocket with ws-rs in the debugger server.
This commit is contained in:
parent
1c26f44cbb
commit
c8c5254f8b
9 changed files with 239 additions and 45 deletions
|
@ -4,7 +4,7 @@ skip-check-licenses = false
|
|||
|
||||
[ignore]
|
||||
# Ignored packages with duplicated versions
|
||||
packages = ["lazy_static"]
|
||||
packages = ["bitflags", "lazy_static"]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
# Generated and upstream code combined with our own. Could use cleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue