Pin `time` dependency to avoid forced MSRV bump.

Co-authored-by: Jack Grigg <jack@electriccoin.co>
This commit is contained in:
Kris Nuttycombe 2023-08-02 10:22:54 -06:00
parent 176ec3e96f
commit e640f82ff6
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ tempfile = "3.5.0"
zcash_proofs = { version = "0.12", path = "../zcash_proofs", default-features = false }
zcash_address = { version = "0.3", path = "../components/zcash_address", features = ["test-dependencies"] }
time = ">=0.3.22, <0.3.24" # time 0.3.24 has MSRV 1.67
[features]
lightwalletd-tonic = ["tonic"]
transparent-inputs = ["hdwallet", "zcash_primitives/transparent-inputs"]