From: https://hexdocs.pm/rustler_precompiled/precompilation_guide.html#recommended-flow
- Bump dep version in
mix.exs
git tag v${mix_version}
the git tag must bev
prepended to the Mix project versiongit push --tags
- Wait for the associated GitHub actions to finish
- Run
mix rustler_precompiled.download Jsonrs --all
- Release the package to hex.pm
mix hex.publish
(making sure to include the correct files (untested!)