Cargo contract does not obey target-dir
setting in Cargo.toml
#1411
Labels
bug
Something isn't working
target-dir
setting in Cargo.toml
#1411
Describe the bug
Cargo contract does not obey
target-dir
setting in Cargo.toml. It defaults to the./target
directory relative to the src filesTo Reproduce
Steps to reproduce the behavior:
[build]
target-dir = '/path/to/my/non/default/target/dir'
The text was updated successfully, but these errors were encountered: