forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request zcash#6952 from str4d/update-deps-6.0.0
Update dependencies for 6.0.0
- Loading branch information
Showing
13 changed files
with
485 additions
and
225 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,14 @@ authors = [ | |
"Kris Nuttycombe <[email protected]>", | ||
"Greg Pfeil", | ||
"Larry Ruane <[email protected]>", | ||
"Steven Smith <[email protected]>" | ||
"Steven Smith", | ||
] | ||
homepage = "https://github.com/zcash/zcash" | ||
repository = "https://github.com/zcash/zcash" | ||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
rust-version = "1.80" | ||
rust-version = "1.81" | ||
|
||
[package.metadata.vet] | ||
store = { path = "./qa/supply-chain" } | ||
|
@@ -72,7 +72,7 @@ wagyu-zcash-parameters = "0.2" | |
|
||
# Rust/C++ interop | ||
# The version needs to match depends/packages/native_cxxbridge.mk | ||
cxx = { version = "=1.0.126", features = ["c++17"] } | ||
cxx = { version = "=1.0.128", features = ["c++17"] } | ||
|
||
# Rust threading | ||
rayon = "1.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.