From 578f1f305bab08710e8a8d8b5b3cc26391487a1d Mon Sep 17 00:00:00 2001 From: hu55a1n1 Date: Mon, 26 Feb 2024 13:41:12 -0800 Subject: [PATCH] Revert "Use git deps" This reverts commit 256509a74b9e71793b524139e13027cd70bf53e3. --- enclaves/quartz/Cargo.toml | 6 +++--- utils/quartz-relayer/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/enclaves/quartz/Cargo.toml b/enclaves/quartz/Cargo.toml index cf9d225..0714bb4 100644 --- a/enclaves/quartz/Cargo.toml +++ b/enclaves/quartz/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0.94" tonic = "0.11" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } -quartz-cw = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" } -quartz-proto = { git = "ssh://git@github.com/informalsystems/tee-mtcs.git", branch = "hu55a1n1/40-quartz-framework" } -quartz-relayer = { git = "ssh://git@github.com/informalsystems/tee-mtcs.git", branch = "hu55a1n1/40-quartz-framework" } +quartz-cw = { path = "../../../bisenzone-cw-mvp/packages/quartz-cw" } +quartz-proto = { path = "../../utils/quartz-proto" } +quartz-relayer = { path = "../../utils/quartz-relayer" } quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" } diff --git a/utils/quartz-relayer/Cargo.toml b/utils/quartz-relayer/Cargo.toml index 6043a6c..1bf6c0f 100644 --- a/utils/quartz-relayer/Cargo.toml +++ b/utils/quartz-relayer/Cargo.toml @@ -11,5 +11,5 @@ serde_json = "1.0.94" tonic = "0.11" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } -quartz-cw = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/11-use-quartz" } -quartz-proto = { git = "ssh://git@github.com/informalsystems/tee-mtcs.git", branch = "hu55a1n1/40-quartz-framework" } +quartz-cw = { path = "../../../bisenzone-cw-mvp/packages/quartz-cw" } +quartz-proto = { path = "../../utils/quartz-proto" }