Closed mglazer closed 1 year ago
Type See change types. Select one:
Description
Hi friends! Do you think you could remove me as reviewer from this one? Don't have the permission to do so :D (cc @carterkozak )
This is pretty beyond repair, I spent way too much time trying to fix it, rust diverged too much from when this repo was originally crafted.
Before this PR
After this PR
==COMMIT_MSG== Add support for aarch64
This causes a breaking change for any direct consumers as the coordinates for the osx bundle will be changing such that there is now a:
osx-x86_64 package
and
osx-aarch64 package
This adds a bit more safety to ensure that consumers don't inadvertently grab the incorrect package.
Also bump the rust version to 1.63.0 which is the latest version, just for good measure. ==COMMIT_MSG==
Possible downsides?