Skip to content

Commit

Permalink
Update orchard dependency version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Feb 29, 2024
1 parent a4b951d commit e5f23b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }

0 comments on commit e5f23b9

Please sign in to comment.