Skip to content

Commit

Permalink
Update to orchard version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 17, 2024
1 parent d83076d commit a569000
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 @@ -66,7 +66,7 @@ sapling = { package = "sapling-crypto", version = "0.4", default-features = fals

# - Orchard
nonempty = "0.7"
orchard = { version = "0.10", default-features = false }
orchard = { version = "0.10.1", default-features = false }
pasta_curves = "0.5"

# - Transparent
Expand Down Expand Up @@ -193,6 +193,3 @@ debug = true

[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(zcash_unstable, values("zfuture"))'] }

[patch.crates-io]
orchard = { git = "https://github.com/zcash/orchard.git", rev = "f99b6565a78763b58dac792d7492c55067bae680" }

0 comments on commit a569000

Please sign in to comment.