Skip to content

Commit

Permalink
feat: update rdeps eferences
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Nov 21, 2024
1 parent e211829 commit 0632dd3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 164 deletions.
173 changes: 12 additions & 161 deletions zcashtools/Cargo.lock

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

6 changes: 3 additions & 3 deletions zcashtools/neon/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ serde_derive = "1"
serde = "1"
log = "0.4"
snafu = { version = "0.8.2" }
zcash_primitives = { version = "0.7", features = ["transparent-inputs"] }
zcash_primitives = { git = "https://github.com/Zondax/librustzcash", rev = "112eedd27b2e51b9e1b77603a776cd78e738c3ae", features = ["transparent-inputs"], package = "zcash_primitives" }

neon-serde = { git = "https://github.com/Zondax/neon-serde", branch = "master", default-features = false, features = [
"napi-6",
] }

ledger-zcash-builder = "=0.11.2"
ledger-zcash = "0.11.2"
ledger-zcash-builder = { git = "https://github.com/Zondax/ledger-zcash-rs", rev = "3bad2fa4a7870270627edc25ebdb5b4818fd1855", package = "ledger-zcash-builder" }
ledger-zcash = { git = "https://github.com/Zondax/ledger-zcash-rs", rev = "3bad2fa4a7870270627edc25ebdb5b4818fd1855", package = "ledger-zcash" }

[dev-dependencies]
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 0632dd3

Please sign in to comment.