fix(cargo): relative path for custom target dir

Using a shared target-dir is important to keep
disk-space usage in check and speed up builds.
This commit is contained in:
Sebastian Thiel
2016-07-17 13:35:57 +02:00
parent ae276438ae
commit dc367c3475

View File

@@ -1,2 +1,2 @@
[build]
target-dir = "target"
target-dir = "./target"