mirror of
https://github.com/enso-org/enso.git
synced 2024-12-31 17:55:35 +03:00
Delete unused websocket dependency (#6535)
This unused crate is super old and has some old dependencies. Its old dependencies of `parking_lot` or `parking_lot_core` might be causing a wasm compilation bug we've been having (#6091), but it's not clear.
This commit is contained in:
parent
7885145b6e
commit
cbda170126
969
Cargo.lock
generated
969
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -62,9 +62,6 @@ ordered-float = "3.4.0"
|
||||
wasm-bindgen = { workspace = true }
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
websocket = "0.26.5"
|
||||
|
||||
[dev-dependencies]
|
||||
regex = { workspace = true }
|
||||
wasm-bindgen-test = { workspace = true }
|
||||
|
Loading…
Reference in New Issue
Block a user