Upgrade to schemer-rusqlite version 0.2.1
This commit is contained in:
parent
d8cedd28cc
commit
fa8f5771cc
|
@ -21,5 +21,3 @@ codegen-units = 1
|
|||
[patch.crates-io]
|
||||
zcash_encoding = { path = "components/zcash_encoding" }
|
||||
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" }
|
||||
|
|
|
@ -34,7 +34,7 @@ group = "0.12"
|
|||
jubjub = "0.9"
|
||||
rusqlite = { version = "0.25", features = ["bundled", "time", "array"] }
|
||||
schemer = "0.2"
|
||||
schemer-rusqlite = "0.2"
|
||||
schemer-rusqlite = "0.2.1"
|
||||
time = "0.2"
|
||||
uuid = "1.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue