Fix: Update to the latest sqlite version

Address bug https://github.com/zcash/ZcashLightClientKit/issues/212
This commit is contained in:
Kevin Gorham 2020-10-23 18:17:20 -04:00 committed by GitHub
parent 4bc31b9d92
commit 4a903f2fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jni = { version = "0.17", default-features = false }
log = "0.4"
log-panics = "2.0.0"
zcash_client_backend = "0.4"
zcash_client_sqlite = "0.2"
zcash_client_sqlite = "0.2.1"
zcash_primitives = "0.4"
zcash_proofs = "0.4"