From 1b7d315c9db6dbbec7e644c61d31aa789a5770db Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 10 Nov 2023 04:29:39 +0100 Subject: [PATCH] fix: pull codemp-woot from github --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aaec6d5..b6c9191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "codemp" # core tracing = "0.1" # woot -codemp-woot = { path = "../woot", optional = true } +codemp-woot = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/woot.git", branch = "dev", optional = true } # proto tonic = { version = "0.9", features = ["tls", "tls-roots"], optional = true } prost = { version = "0.11.8", optional = true }