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(cargo): Take advantge of CARGO_BIN_EXE #120

Merged
merged 1 commit into from May 13, 2021
Merged

Commits on May 13, 2021

  1. fix(cargo): Take advantge of CARGO_BIN_EXE

    This was added to cargo in 1.43 and should make our binary lookup more
    reliable.  1.43 should be pretty wide spread but if someone hasn't
    upgraded, then we'll still fall back to the old logic.
    
    Fixes assert-rs#101
    Ed Page committed May 13, 2021
    Copy the full SHA
    674ae49 View commit details
    Browse the repository at this point in the history