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

fix handling of cargo.lock outside a workspace #273

Merged
merged 2 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. remove redundant nix flags

    `--extra-experimental-features` is included in `opts.extra_flags`
    natsukium committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2e2bc6b View commit details
    Browse the repository at this point in the history
  2. fix handling of cargo.lock outside a workspace

    if Cargo.toml is outside a workspace, Cargo.lock is generated in the
    same directory as Cargo.toml
    natsukium committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    eb48ca2 View commit details
    Browse the repository at this point in the history