From 7392a20a3e38b4030b27761a3cffee64484695e7 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 6 Dec 2023 08:03:11 +0000 Subject: build(deps) use simple-websockets custom fork replace local reference with fork on github --- test_utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 944f6df..5dcd41a 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -13,6 +13,6 @@ nostr = "0.25.0" once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/phaer/rexpect.git", branch= "skip-ansi-escape-codes" } -simple-websockets = {path = "../../simple-websockets" } +simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } strip-ansi-escapes = "0.2.0" tungstenite = "0.20.1" -- cgit v1.2.3