This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed cargo install vortix compilation by capping the time crate at <0.3.48.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
`cargo install vortix` now compiles on a clean cargo cache. `cargo install vortix` now compiles on a clean cargo cache. Source: llm_adapter@2026-06-14 Confidence: high |
— |
Full changelog
Release Notes
Fixed
cargo install vortixnow compiles on a clean cargo cache. Thetimecrate published version0.3.48on the same day v0.4.0 shipped, and it carries a fresherror[E0119]: conflicting implementations of trait From<...>build break. Without--locked, cargo's resolver was happily picking the brokentime 0.3.48for every user typing the canonicalcargo install vortixcommand. Capped our workspacetimedep at<0.3.48so the resolver can't reach the broken version; the lockfile already pinned the working0.3.47. Drop the cap once upstream releases a clean0.3.49+.
Install vortix 0.4.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Harry-kp/vortix/releases/download/v0.4.1/vortix-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install Harry-kp/tap/vortix
Install prebuilt binaries into your npm project
npm install @harry-kp/[email protected]
Download vortix 0.4.1
| File | Platform | Checksum |
|--------|----------|----------|
| vortix-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| vortix-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| vortix-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| vortix-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| vortix-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| vortix-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Vortix
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]