Browse Source

update silentdragonlite-cli for new checkpoints

onryo
Duke Leto 1 year ago
parent
commit
fcdbfe2c34
  1. 4
      lib/Cargo.lock
  2. 2
      lib/Cargo.toml

4
lib/Cargo.lock

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler32"
version = "1.0.4"
@ -1847,7 +1849,7 @@ dependencies = [
[[package]]
name = "silentdragonlitelib"
version = "0.1.0"
source = "git+https://git.hush.is/hush/silentdragonlite-cli?rev=684f2d8bb344cedf0382ed48c551897961217694#684f2d8bb344cedf0382ed48c551897961217694"
source = "git+https://git.hush.is/hush/silentdragonlite-cli?rev=17e712df125396dafe43de6829a2d6a5660d108c#17e712df125396dafe43de6829a2d6a5660d108c"
dependencies = [
"base58",
"bellman",

2
lib/Cargo.toml

@ -12,4 +12,4 @@ 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" }
silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "17e712df125396dafe43de6829a2d6a5660d108c" }

Loading…
Cancel
Save