mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-09 15:22:24 -05:00
[PR #6] [MERGED] Use CARGO_TARGET_DIR from the environment if set
#18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosskers/cargo-aur/pull/6
Author: @nt8r
Created: 9/6/2021
Status: ✅ Merged
Merged: 9/7/2021
Merged by: @fosskers
Base:
master← Head:master📝 Commits (1)
8dbdc1ause CARGO_TARGET_DIR from the environment if set📊 Changes
1 file changed (+15 additions, -4 deletions)
View changed files
📝
src/main.rs(+15 -4)📄 Description
Prior to this commit,
cargo aurwould fail, not being able to find the binary, ifCARGO_TARGET_DIRwas set in the environment. See upstream docs.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.