8000 Release 0.6.1 - 2025-06-27 · beeb/lintspec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.6.1 - 2025-06-27

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 13:03
c92374e

Release Notes

Added

  • (lint) orphan params generate diagnostics (#99) - (10de7ad)

  • (lint) refine diagnostic range for extra params (#100) - (56e1ef2)

Changed

  • (changelog) automatically assign features to the "Added" group (#94) - (eff452d)

  • (flake) reduce toolchain scope (#96) - (d247d97)

  • rust edition 2024 (#101) - (7498d5a)

Full Changelog: 0.6.0...0.6.1

Install lintspec 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/beeb/lintspec/releases/download/v0.6.1/lintspec-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/beeb/lintspec/releases/download/v0.6.1/lintspec-installer.ps1 | iex"

Download lintspec 0.6.1

File Platform Checksum
lintspec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lintspec-x86_64-apple-darwin.tar.xz Intel macOS checksum
lintspec-x86_64-pc-windows-msvc.zip x64 Windows checksum
lintspec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lintspec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
0