Skip to content

Commit

Permalink
update to add orchard features
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Apr 8, 2024
1 parent fd169d5 commit 78d8f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resolver = "2"

[workspace.dependencies]
zcash_address = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address" } # git tag -s $(git describe --dirty)
zcash_client_backend = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address", features = ["lightwalletd-tonic"] }
zcash_client_backend = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address", features = ["lightwalletd-tonic", "orchard"] }
zcash_encoding = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address" }
zcash_keys = { git = "https://github.com/zingolabs/librustzcash.git", tag = "zcash_client_backend-0.12.1-4-gb1e70fdb_simplified_external_change_address", features = ["orchard"] }
zcash_note_encryption = "0.4"
Expand Down

0 comments on commit 78d8f38

Please sign in to comment.