Skip to content

Commit

Permalink
move-panama-backend - fix git deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist1 committed Sep 20, 2024
1 parent b3a63e5 commit 1bb4784
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions jextrsact/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 1bb4784

Please sign in to comment.