zcash-haskell/librustzcash-wrapper/rust-toolchain.toml
Rene Vergara 7d3ae36d2b
Rust dependencies update (#103)
This PR updates the Rust dependencies and updates the code for the latest version of `zcash_primitives`.

Reviewed-on: #103
Co-authored-by: Rene Vergara <rene@vergara.network>
Co-committed-by: Rene Vergara <rene@vergara.network>
2024-12-19 15:23:12 +00:00

4 lines
91 B
TOML

[toolchain]
channel = "nightly"
components = [ "rustfmt", "rustc-dev"]
profile = "minimal"