Skip to content

Commit e11cbcf

Browse files
committed
Made web-socket compilable
1 parent bd62400 commit e11cbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

my-http-server-web-sockets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ my-http-server-core = { path = "../my-http-server-core" }
1111
tokio = { version = "*", features = ["full"] }
1212
async-trait = "*"
1313
hyper = { version = "0.14.27", features = ["full"] }
14-
hyper-tungstenite = "*"
14+
hyper-tungstenite = "0.11.1"
1515
futures = "*"

0 commit comments

Comments
 (0)