File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ edition = "2021"
7
7
askama = " 0.12.1"
8
8
clap = " 4"
9
9
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" }
14
13
heck = " 0.5.0"
15
14
indenter = " 0.3.3"
16
15
pulldown-cmark = " 0.12.1"
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ edition = "2021"
12
12
crate-type = [" staticlib" , " rlib" , " cdylib" ]
13
13
14
14
[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" }
17
17
log = { version = " 0.4" }
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ version = "0.1.0"
4
4
edition = " 2021"
5
5
6
6
[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" }
You can’t perform that action at this time.
0 commit comments