Merge pull request #609 from nuttycom/wallet/update_schemer

Update to schemer 0.2
This commit is contained in:
str4d 2022-08-19 17:47:50 +01:00 committed by GitHub
commit ca84123038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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 = "2370c96f43eda5b2cb267bbc9355f0fefff850bb" }
schemer-rusqlite = { git = "https://github.com/aschampion/schemer.git", rev = "2370c96f43eda5b2cb267bbc9355f0fefff850bb" }

View File

@ -22,8 +22,8 @@ protobuf = "~2.27.1" # MSRV 1.52.1
rand_core = "0.6"
rusqlite = { version = "0.24", features = ["bundled", "time"] }
secp256k1 = { version = "0.21" }
schemer = "0.1.2"
schemer-rusqlite = "0.1.1"
schemer = "0.2"
schemer-rusqlite = "0.2"
secrecy = "0.8"
time = "0.2"
uuid = "1.1"