Skip to content

Commit 48ab3ae

Browse files
committed
Remove unused feature in libp2p
'websocket' feature flag was removed.
1 parent 3091cdc commit 48ab3ae

File tree

2 files changed

+1
-66
lines changed

2 files changed

+1
-66
lines changed

Cargo.lock

Lines changed: 1 addition & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-relay/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ libp2p = { version = "0.53", features = [
2525
"ping",
2626
"pnet",
2727
"tcp",
28-
"websocket",
2928
"yamux",
3029
] }
3130
mithril-common = { path = "../mithril-common", features = ["test_http_server"] }

0 commit comments

Comments
 (0)