From 1bb4784a8498cb3f56ff083897bfc7b4114cbfba Mon Sep 17 00:00:00 2001 From: Jan Cristina Date: Fri, 20 Sep 2024 09:24:06 +0200 Subject: [PATCH] move-panama-backend - fix git deps --- Cargo.lock | 6 +++--- cli/Cargo.toml | 6 +++--- jextrsact/Cargo.toml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0001dd5..bfbbbfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,12 +209,12 @@ dependencies = [ [[package]] name = "diplomat-runtime" version = "0.8.1" -source = "git+https://github.com/jcrist1/diplomat.git?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" +source = "git+https://github.com/jcrist1/diplomat?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" [[package]] name = "diplomat-tool" version = "0.8.0" -source = "git+https://github.com/jcrist1/diplomat.git?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" +source = "git+https://github.com/jcrist1/diplomat?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" dependencies = [ "askama", "clap", @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "diplomat_core" version = "0.8.0" -source = "git+https://github.com/jcrist1/diplomat.git?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" +source = "git+https://github.com/jcrist1/diplomat?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" dependencies = [ "displaydoc", "either", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 57860aa..82cbd4c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -8,9 +8,9 @@ askama = "0.12.1" clap = "4.5.17" colored = "2.1.0" # TODO: Change once https://github.com/rust-diplomat/diplomat/pull/694 is merged -diplomat-runtime = { git = "https://github.com/jcrist1/diplomat.git", branch = "tool-and-c-backend-pub", package = "diplomat-runtime"} -diplomat-tool = { git = "https://github.com/jcrist1/diplomat.git", branch = "tool-and-c-backend-pub", package = "diplomat-tool" } -diplomat_core = { git = "https://github.com/jcrist1/diplomat.git", branch = "tool-and-c-backend-pub", package = "diplomat_core" } +diplomat-runtime = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-runtime"} +diplomat-tool = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-tool" } +diplomat_core = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat_core" } heck = "0.5.0" indenter = "0.3.3" pulldown-cmark = "0.12.1" diff --git a/jextrsact/Cargo.toml b/jextrsact/Cargo.toml index 38185ac..0fab5af 100644 --- a/jextrsact/Cargo.toml +++ b/jextrsact/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] # TODO: Change once https://github.com/rust-diplomat/diplomat/pull/694 is merged -diplomat-runtime = { git = "https://github.com/jcrist1/diplomat.git", branch = "tool-and-c-backend-pub", package = "diplomat-runtime"} -diplomat-tool = { git = "https://github.com/jcrist1/diplomat.git", branch = "tool-and-c-backend-pub", package = "diplomat-tool" } -diplomat_core = { git = "https://github.com/jcrist1/diplomat.git", branch = "tool-and-c-backend-pub", package = "diplomat_core" } +diplomat-runtime = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-runtime"} +diplomat-tool = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-tool" } +diplomat_core = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat_core" }