Upgrade to schemer-rusqlite version 0.2.1

This commit is contained in:
Kris Nuttycombe 2022-11-10 19:12:38 -07:00
parent d8cedd28cc
commit fa8f5771cc
2 changed files with 1 additions and 3 deletions

View File

@ -21,5 +21,3 @@ codegen-units = 1
[patch.crates-io] [patch.crates-io]
zcash_encoding = { path = "components/zcash_encoding" } zcash_encoding = { path = "components/zcash_encoding" }
zcash_note_encryption = { path = "components/zcash_note_encryption" } zcash_note_encryption = { path = "components/zcash_note_encryption" }
schemer = { git = "https://github.com/aschampion/schemer.git", rev = "6726b60f43f72c6e24a18d31be0ec7d42829e5e1" }
schemer-rusqlite = { git = "https://github.com/aschampion/schemer.git", rev = "6726b60f43f72c6e24a18d31be0ec7d42829e5e1" }

View File

@ -34,7 +34,7 @@ group = "0.12"
jubjub = "0.9" jubjub = "0.9"
rusqlite = { version = "0.25", features = ["bundled", "time", "array"] } rusqlite = { version = "0.25", features = ["bundled", "time", "array"] }
schemer = "0.2" schemer = "0.2"
schemer-rusqlite = "0.2" schemer-rusqlite = "0.2.1"
time = "0.2" time = "0.2"
uuid = "1.1" uuid = "1.1"