From 43108f7f80f39100867c0450d741961669680cc7 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 18 Feb 2021 22:11:53 -0500 Subject: [PATCH 1/2] updated links to git.hush.is --- lib/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b61970d..95388cc 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -42,34 +42,34 @@ webpki = "0.21.0" webpki-roots = "0.18.0" [dependencies.bellman] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false features = ["groth16"] [dependencies.pairing] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" [dependencies.zcash_client_backend] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false [dependencies.zcash_primitives] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false features = ["transparent-inputs"] [dependencies.zcash_proofs] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false [dependencies.ff] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" features = ["ff_derive"] From 5544a08ddca8c25b6d7a461030a93710f87fd465 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 18 Feb 2021 22:15:11 -0500 Subject: [PATCH 2/2] minor README.md update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f02e59a..0b842b0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ silentdragonlite does automatic note and utxo management, which means it doesn't ```shell script git clone https://git.hush.is/hush/silentdragonlite-cli +cd silentdragonlite-cli cargo build --release ./target/release/silentdragonlite-cli ```