-
🤕 Fixes
-
Fix messages related to rename behavior - xortive, pull/162
--force
would stopcargo-generate
renaming your project, but we would
still message that the rename was happening. Not anymore! -
Use Vendored OpenSSL for macOS - xortive, pull/169
Our prebuilt binaries for macOS were using dynamically linked OpenSSL,
and our CI was dynamically linking to a version of OpenSSL not installed
by default on most macs. Now, the macOS release build ofcargo-generate
will work out of the box utilizing staticly linked, vendored OpenSSL.
-
-
👯 New Templates
-
🛠️ Maintenace