mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
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:
@@ -1,2 +1,2 @@
|
||||
[build]
|
||||
target-dir = "target"
|
||||
target-dir = "./target"
|
||||
|
||||
Reference in New Issue
Block a user