Compare commits

...

2 Commits

Author SHA1 Message Date
Jonathan "Duke" Leto 2de8074b37 oops that url was a 404 2 years ago
Jonathan "Duke" Leto d7a68c70f6 update mempool branch to use duke fork of silentdragonlite-cli 2 years ago
  1. 3
      lib/Cargo.toml

3
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/hush/silentdragonlite-cli", rev = "684f2d8bb344cedf0382ed48c551897961217694" }
# 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" }

Loading…
Cancel
Save