Remove librustzcash crate

This crate now lives in https://github.com/zcash/zcash, which is the
sole intended consumer of the C FFI.
This commit is contained in:
Jack Grigg
2020-03-14 10:45:03 +13:00
parent 2df2a2b2f2
commit 16ba891726
14 changed files with 2 additions and 4057 deletions

View File

@@ -90,7 +90,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --release --timeout 600 --out Xml --packages "librustzcash,zcash_client_backend,zcash_primitives,zcash_proofs"
args: --release --timeout 600 --out Xml --packages "zcash_client_backend,zcash_primitives,zcash_proofs"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.3
with: