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

Conversation

epage
Copy link
Contributor

@epage epage commented May 13, 2021

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 #101

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
@epage epage merged commit 31c3af1 into assert-rs:master May 13, 2021
@epage epage deleted the env branch May 13, 2021 02:07
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.

Take advantage of new binary environment variable
1 participant