You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove libpython runtime dependency from default binary
Flip asat's default feature from python=on to python=off. Pre-built
binaries were dynamically linked against libpython3.12 and crashed at
startup for anyone without Python 3.12 installed.
Python plugin support is still available — build with
--features python to opt in.
Also revert the --no-default-features workflow workaround (no longer
needed) and bump to v0.1.18.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,16 +54,16 @@
54
54
55
55
### Pre-built binaries (GitHub Releases)
56
56
57
-
Download a binary for your platform from the [v0.1.17 release](https://github.com/okt4v/ASAT/releases/tag/v0.1.17):
57
+
Download a binary for your platform from the [v0.1.18 release](https://github.com/okt4v/ASAT/releases/tag/v0.1.18):
58
58
59
59
| Platform | Link |
60
60
|----------|------|
61
-
| Linux x86_64 (glibc) |[asat-x86_64-unknown-linux-gnu.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.17/asat-x86_64-unknown-linux-gnu.tar.gz)|
62
-
| Linux x86_64 (musl) |[asat-x86_64-unknown-linux-musl.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.17/asat-x86_64-unknown-linux-musl.tar.gz)|
63
-
| Linux aarch64 |[asat-aarch64-unknown-linux-gnu.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.17/asat-aarch64-unknown-linux-gnu.tar.gz)|
| Windows x86_64 |[asat-x86_64-pc-windows-msvc.zip](https://github.com/okt4v/ASAT/releases/download/v0.1.17/asat-x86_64-pc-windows-msvc.zip)|
61
+
| Linux x86_64 (glibc) |[asat-x86_64-unknown-linux-gnu.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.18/asat-x86_64-unknown-linux-gnu.tar.gz)|
62
+
| Linux x86_64 (musl) |[asat-x86_64-unknown-linux-musl.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.18/asat-x86_64-unknown-linux-musl.tar.gz)|
63
+
| Linux aarch64 |[asat-aarch64-unknown-linux-gnu.tar.gz](https://github.com/okt4v/ASAT/releases/download/v0.1.18/asat-aarch64-unknown-linux-gnu.tar.gz)|
0 commit comments