Skip to content

Commit 4d44b03

Browse files
committed
move-panama-backend - fix todo on git dep
1 parent 96c2705 commit 4d44b03

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

cli/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ edition = "2021"
77
askama = "0.12.1"
88
clap = "4"
99
colored = "2.1.0"
10-
# TODO: Change once https://github.com/rust-diplomat/diplomat/pull/694 is merged
11-
diplomat-runtime = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-runtime"}
12-
diplomat-tool = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-tool" }
13-
diplomat_core = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat_core" }
10+
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"}
11+
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-tool" }
12+
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat_core" }
1413
heck = "0.5.0"
1514
indenter = "0.3.3"
1615
pulldown-cmark = "0.12.1"

feature/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ edition = "2021"
1212
crate-type = ["staticlib", "rlib", "cdylib"]
1313

1414
[dependencies]
15-
diplomat-runtime = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-runtime"}
16-
diplomat = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat" }
15+
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"}
16+
diplomat = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat" }
1717
log = { version = "0.4" }

jextrsact/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
# TODO: Change once https://github.com/rust-diplomat/diplomat/pull/694 is merged
8-
diplomat-runtime = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-runtime"}
9-
diplomat-tool = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat-tool" }
10-
diplomat_core = { git = "https://github.com/jcrist1/diplomat", branch = "tool-and-c-backend-pub", package = "diplomat_core" }
7+
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"}
8+
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-tool" }
9+
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat_core" }

0 commit comments

Comments
 (0)