Skip to content

Commit

Permalink
Add CARGO_WORKSPACE_DIR env var in .cargo/config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 19, 2022
1 parent 1b41647 commit 307be7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ lint = "clippy --all-targets -- -Aclippy::collapsible_if -Aclippy::needless_pass

[target.x86_64-pc-windows-msvc]
linker = "rust-lld"

[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }

0 comments on commit 307be7c

Please sign in to comment.