@@ -19,6 +19,7 @@ sapling = { package = "sapling-crypto", version = "0.3", default-features = fals
19
19
zcash_address = { version = " 0.6" }
20
20
zcash_client_backend = { version = " 0.15" , features = [" orchard" , " tor" , " transparent-inputs" , " unstable" ] }
21
21
zcash_client_sqlite = { version = " 0.13" , features = [" orchard" , " transparent-inputs" , " unstable" ] }
22
+ zcash_note_encryption = " 0.4.1"
22
23
zcash_primitives = " 0.20"
23
24
zcash_proofs = " 0.20"
24
25
zcash_protocol = " 0.4"
@@ -65,10 +66,12 @@ crate-type = ["staticlib"]
65
66
lto = true
66
67
67
68
[patch .crates-io ]
68
- zcash_address = { git = " https://github.com/zcash/librustzcash.git" , rev = " cc2dfbf7bf1f40a4d9d1aeb731537568bab61164" }
69
- zcash_client_backend = { git = " https://github.com/zcash/librustzcash.git" , rev = " cc2dfbf7bf1f40a4d9d1aeb731537568bab61164" }
70
- zcash_client_sqlite = { git = " https://github.com/zcash/librustzcash.git" , rev = " cc2dfbf7bf1f40a4d9d1aeb731537568bab61164" }
71
- zcash_encoding = { git = " https://github.com/zcash/librustzcash.git" , rev = " cc2dfbf7bf1f40a4d9d1aeb731537568bab61164" }
72
- zcash_primitives = { git = " https://github.com/zcash/librustzcash.git" , rev = " cc2dfbf7bf1f40a4d9d1aeb731537568bab61164" }
73
- zcash_proofs = { git = " https://github.com/zcash/librustzcash.git" , rev = " cc2dfbf7bf1f40a4d9d1aeb731537568bab61164" }
74
- zcash_protocol = { git = " https://github.com/zcash/librustzcash.git" , rev = " cc2dfbf7bf1f40a4d9d1aeb731537568bab61164" }
69
+ zcash_address = { git = " https://github.com/zcash/librustzcash.git" , rev = " 67fe5f8c8851b17c4129c9f3a590dde00d59f667" }
70
+ zcash_client_backend = { git = " https://github.com/zcash/librustzcash.git" , rev = " 67fe5f8c8851b17c4129c9f3a590dde00d59f667" }
71
+ zcash_client_sqlite = { git = " https://github.com/zcash/librustzcash.git" , rev = " 67fe5f8c8851b17c4129c9f3a590dde00d59f667" }
72
+ zcash_encoding = { git = " https://github.com/zcash/librustzcash.git" , rev = " 67fe5f8c8851b17c4129c9f3a590dde00d59f667" }
73
+ zcash_primitives = { git = " https://github.com/zcash/librustzcash.git" , rev = " 67fe5f8c8851b17c4129c9f3a590dde00d59f667" }
74
+ zcash_proofs = { git = " https://github.com/zcash/librustzcash.git" , rev = " 67fe5f8c8851b17c4129c9f3a590dde00d59f667" }
75
+ zcash_protocol = { git = " https://github.com/zcash/librustzcash.git" , rev = " 67fe5f8c8851b17c4129c9f3a590dde00d59f667" }
76
+ orchard = { git = " https://github.com/zcash/orchard.git" , rev = " bcd08e1d23e70c42a338f3e3f79d6f4c0c219805" }
77
+ sapling-crypto = { git = " https://github.com/zcash/sapling-crypto.git" , rev = " 29cff9683cdf2f0c522ff3224081dfb4fbc80248" }
0 commit comments