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" }