Update `orchard` dependency version to `0.7.1`
This commit is contained in:
parent
a4b951d193
commit
e5f23b9126
|
@ -1475,8 +1475,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|||
|
||||
[[package]]
|
||||
name = "orchard"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/nuttycom/orchard?rev=9729cd8d266a6121bd8c7f3b43053440b787d413#9729cd8d266a6121bd8c7f3b43053440b787d413"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1fb255c3ffdccd3c84fe9ebed72aef64fdc72e6a3e4180dd411002d47abaad42"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"bitvec",
|
||||
|
|
|
@ -53,7 +53,7 @@ sapling = { package = "sapling-crypto", version = "0.1.1" }
|
|||
|
||||
# - Orchard
|
||||
nonempty = "0.7"
|
||||
orchard = { version = "0.7", default-features = false }
|
||||
orchard = { version = "0.7.1", default-features = false }
|
||||
|
||||
# - Transparent
|
||||
hdwallet = "0.4"
|
||||
|
@ -115,6 +115,3 @@ zip32 = "0.1"
|
|||
lto = true
|
||||
panic = 'abort'
|
||||
codegen-units = 1
|
||||
|
||||
[patch.crates-io]
|
||||
orchard = { git = "https://github.com/nuttycom/orchard", rev = "9729cd8d266a6121bd8c7f3b43053440b787d413" }
|
Loading…
Reference in New Issue