Skip to content

Commit

Permalink
Remove override of CARGO_TARGET_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 1, 2024
1 parent f78cf98 commit 1502b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please make sure to add your changes to the appropriate categories:

### Changed

- n/a
- Stopped overriding `CARGO_TARGET_DIR` (you can still opt-in via `.env("CARGO_TARGET_DIR", "…")`) (see ###Fixed).

### Deprecated

Expand All @@ -36,11 +36,11 @@ Please make sure to add your changes to the appropriate categories:

### Fixed

- n/a
- Fixed a bug (by no longer overriding `CARGO_TARGET_DIR`) that would sometimes cause errors of individual files to get wrongly reported all bundled together.

### Performance

- n/a
- Due to no longer using the same `CARGO_TARGET_DIR` for all tests (even across test groups) there may be some (hopefully minor) performance regressions for some projects.

### Security

Expand Down

0 comments on commit 1502b09

Please sign in to comment.