diff --git a/Cargo.lock b/Cargo.lock index 025b1af..43afda9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "diplomat" version = "0.8.0" -source = "git+https://github.com/jcrist1/diplomat?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" +source = "git+https://github.com/rust-diplomat/diplomat?rev=588f6ffe413bfca367bbb2a749a5965d40a3d5b3#588f6ffe413bfca367bbb2a749a5965d40a3d5b3" dependencies = [ "diplomat_core", "proc-macro2", @@ -228,12 +228,12 @@ dependencies = [ [[package]] name = "diplomat-runtime" version = "0.8.1" -source = "git+https://github.com/jcrist1/diplomat?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" +source = "git+https://github.com/rust-diplomat/diplomat?rev=588f6ffe413bfca367bbb2a749a5965d40a3d5b3#588f6ffe413bfca367bbb2a749a5965d40a3d5b3" [[package]] name = "diplomat-tool" version = "0.8.0" -source = "git+https://github.com/jcrist1/diplomat?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" +source = "git+https://github.com/rust-diplomat/diplomat?rev=588f6ffe413bfca367bbb2a749a5965d40a3d5b3#588f6ffe413bfca367bbb2a749a5965d40a3d5b3" dependencies = [ "askama", "clap", @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "diplomat_core" version = "0.8.0" -source = "git+https://github.com/jcrist1/diplomat?branch=tool-and-c-backend-pub#c759be8605db6453adbf97599f2179c82cfa3d5d" +source = "git+https://github.com/rust-diplomat/diplomat?rev=588f6ffe413bfca367bbb2a749a5965d40a3d5b3#588f6ffe413bfca367bbb2a749a5965d40a3d5b3" dependencies = [ "displaydoc", "either", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a77f9d9..e6d026d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" askama = "0.12.1" clap = "4" colored = "2.1.0" -diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"} -diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-tool" } -diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat_core" } +diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"} +diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-tool" } +diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat_core" } heck = "0.5.0" indenter = "0.3.3" pulldown-cmark = "0.12.1" diff --git a/feature/Cargo.toml b/feature/Cargo.toml index e4691f9..25baafd 100644 --- a/feature/Cargo.toml +++ b/feature/Cargo.toml @@ -12,6 +12,6 @@ edition = "2021" crate-type = ["staticlib", "rlib", "cdylib"] [dependencies] -diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"} -diplomat = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat" } +diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"} +diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat" } log = { version = "0.4" } diff --git a/jextrsact/Cargo.toml b/jextrsact/Cargo.toml index ba88753..b549625 100644 --- a/jextrsact/Cargo.toml +++ b/jextrsact/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"} -diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-tool" } -diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", revision = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat_core" } +diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-runtime"} +diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat-tool" } +diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "588f6ffe413bfca367bbb2a749a5965d40a3d5b3", package = "diplomat_core" }