Skip to content

Commit

Permalink
fixing build without blockcache attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Pepper committed Feb 15, 2024
1 parent c83b443 commit 3ea3e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ categories = ["cryptography::cryptocurrencies"]
equihash = { version = "0.2", path = "components/equihash" }
zcash_address = { version = "0.3", path = "components/zcash_address" }
zcash_client_backend = { version = "0.10", path = "zcash_client_backend" }
zcash_client_sqlite = { version = "0.8.1", path = "zcash_client_sqlite" }
zcash_encoding = { version = "0.2", path = "components/zcash_encoding" }
zcash_keys = { version = "0.0", path = "zcash_keys" }
zcash_note_encryption = "0.4"
Expand Down
2 changes: 2 additions & 0 deletions zcash_client_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ zcash_address = { workspace = true, features = ["test-dependencies"] }
time = ">=0.3.22, <0.3.24" # time 0.3.24 has MSRV 1.67

[features]
default = [ "sync", "unstable" ]

## Enables the `tonic` gRPC client bindings for connecting to a `lightwalletd` server.
lightwalletd-tonic = ["dep:tonic"]

Expand Down

0 comments on commit 3ea3e39

Please sign in to comment.