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

Make dependencies compatible with "cargo vendor" #563

Merged
merged 1 commit into from
May 4, 2022
Merged

Make dependencies compatible with "cargo vendor" #563

merged 1 commit into from
May 4, 2022

Commits on May 4, 2022

  1. Make dependencies compatible with "cargo vendor"

    We need to patch all the dependencies from solana-*, to make sure we
    don't mix packages from crates.io and our fork. Without this, "cargo
    vendor" will complain about a duplicate source.
    
    This is needed in particular to make this work with buildRustPackage in
    Nix, because it relies on "cargo vendor".
    ruuda committed May 4, 2022
    Configuration menu
    Copy the full SHA
    306308b View commit details
    Browse the repository at this point in the history