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 | shInstall prebuilt binaries via Homebrew
brew install Harry-kp/tap/vortixInstall prebuilt binaries into your npm project
npm install @harry-kp/vortix@0.4.1Download 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 |