Skip to content

Commit

Permalink
Parse target dir location from cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Mar 23, 2024
1 parent 245add6 commit bb27497
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 52 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Since there is no stable release yet, the changes are organized per day in
reverse chronological order. The main purpose of this document in its current
state is to list breaking changes.

## [2024-03-23]

### Added

- `nih_plug_xtask` now detects and uses non-standard `target` directory
locations if overridden through Cargo's settings.

## [2024-03-18]

### Changed
Expand Down
94 changes: 65 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions nih_plug_xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "ISC"

[dependencies]
anyhow = "1.0"
cargo_metadata = "0.18.1"
goblin = "0.6.1"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }
Expand Down
Loading

0 comments on commit bb27497

Please sign in to comment.