Add caching of the installed cross binary

This commit is contained in:
Dave Rolsky
2023-07-22 09:43:41 -05:00
parent dd8fb2fac4
commit b1e766fe8f
6 changed files with 51 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
## 0.0.8
- For builds that need the `cross` binary, this binary is now cached. A cache
hit saves about 20 seconds in my tests. Suggested by @timon-schelling. GH
#4.
## 0.0.7 - 2023-04-21
- The toolchain argument was (probably) not being respected with cross builds,