Merge pull request #1132 from zcash/rusqlite-dependency-warning

zcash_client_sqlite: Add warning about `rusqlite` version constraint
This commit is contained in:
str4d 2024-01-25 19:27:42 +00:00 committed by GitHub
commit 14408e4eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ incrementalmerkletree.workspace = true
shardtree = { workspace = true, features = ["legacy-api"] }
# - SQLite databases
# Warning: One of the downstream consumers requires that SQLite be available through
# CocoaPods, due to being bound to React Native. We need to ensure that the SQLite
# version required for `rusqlite` is a version that is available through CocoaPods.
rusqlite = { version = "0.29.0", features = ["bundled", "time", "array"] }
schemer = "0.2"
schemer-rusqlite = "0.2.2"