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

cargo: Embed resolved manifest in generated sources #349

Merged
merged 3 commits into from
Mar 28, 2023

Commits on Feb 13, 2023

  1. cargo: Add type hints

    gasinvein committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    80722b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa29dab View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. cargo: Embed resolved manifest

    Cargo with `inherit-workspace` feature requires workspace packages
    Cargo.toml's to be resolved when using vendored sources, because
    the workspace manifest won't be available when building them.
    gasinvein committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c27b0cc View commit details
    Browse the repository at this point in the history