From 2de8074b3745e3b28984749753c8d6c964f84c81 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sun, 19 Jun 2022 08:16:11 -0700 Subject: [PATCH] oops that url was a 404 --- lib/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 71fcb53..ecbac6f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,4 +12,5 @@ crate-type = ["staticlib"] libc = "0.2.58" lazy_static = "1.4.0" blake3 = "0.3.4" -silentdragonlitelib = { git = "https://git.hush.is/duke/silentdragonlite-cli", rev = "7d06bce0927ca35ebbcfea13e7c5a81905908172" } +# currently this is the latest commit of the duke branch, which should be more stable than the mempool branch +silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "13c0bd2bebf3ad8f670d8922fd3de34dbb8e4f3f" }