Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions zcash_history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ assert_matches = "1.3.0"
quickcheck = "0.9"

[dependencies]
# TODO: Pined until we move to rust v1.64.0 or above to support winnow > 0.4.1
winnow = "=0.4.1"
primitive-types = "0.11"
byteorder = "1"
blake2 = { package = "blake2b_simd", version = "1" }
Expand Down
2 changes: 2 additions & 0 deletions zcash_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ criterion = "0.3"
rand_xorshift = "0.3"

[target.'cfg(unix)'.dev-dependencies]
# TODO: Pined until inferno 0.11.15 is fixed from compilation errors
inferno = "=0.11.14"
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56

[features]
Expand Down