From 174e89eb4fe72fe01209de50b13aca3c8e73cdb7 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 3 Nov 2023 23:10:26 -0500 Subject: [PATCH] fix rocket_ws dep in site tests --- site/tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/tests/Cargo.toml b/site/tests/Cargo.toml index e3c6de6cf9..61d6ff50d3 100644 --- a/site/tests/Cargo.toml +++ b/site/tests/Cargo.toml @@ -22,4 +22,4 @@ path = "../../contrib/db_pools/lib" features = ["sqlx_sqlite"] [dev-dependencies.rocket_ws] -path = "../../contrib/ws/lib" +path = "../../contrib/ws"