Skip to content

v0.5.1

Compare
Choose a tag to compare
@lotabout lotabout released this 24 Jun 02:09
· 782 commits to master since this release

Use cross to build targets. So as to support more targets in a more compatible way.

For example the linux target in previous releases won't run in CentOS 7 because the binary is built on Ubuntu that requires GLIBC_2.18. Now it depends on cross to handle these issues.