Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lockfile, compatible rust toolchain, update deps #1

Open
wants to merge 3 commits into
base: mutable_chain_network
Choose a base branch
from

Conversation

who-biz
Copy link

@who-biz who-biz commented Nov 8, 2024

  • Adds rust-toolchain.toml to repository root, removes rust-toolchain file without suffix
  • Updates aes crate to 0.7, fpe to lowest version with aes 0.7 compatibility, and blake2b_simd crate to version 1 to match zcash's usage
  • Adds Cargo.lock for reproducible builds when cargo build --locked is called

- 'aes-soft' package no longer exists, and was breaking compilation, now bundled into aes package, v0.7 and above
- 'fpe' crate updated to depend on newer, compatible 'aes' crate
- 'blake2b_simd' updated to version 1 to match zcash usage
@who-biz who-biz changed the title Add lockfile, compatible rust toolchain, and update broken dependencies Add lockfile, compatible rust toolchain, update deps Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant