Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Sep 05:57

What's Changed

See CHANGELOG.md for detailed changes.

Downloads

  • Linux (x86_64): dev-tools-rs-x86_64-unknown-linux-gnu.tar.gz
  • Linux (ARM64): dev-tools-rs-aarch64-unknown-linux-gnu.tar.gz
  • macOS (Intel): dev-tools-rs-x86_64-apple-darwin.tar.gz
  • macOS (Apple Silicon): dev-tools-rs-aarch64-apple-darwin.tar.gz
  • Windows (x86_64): dev-tools-rs-x86_64-pc-windows-msvc.zip

Installation

Linux/macOS

# Extract the archive
tar -xzf dev-tools-rs-*.tar.gz

# Make executable (if needed)
chmod +x dev-tools-rs

# Run the application
./dev-tools-rs

Windows

# Extract the zip file
# Run the application
.\dev-tools-rs.exe

Full Changelog: v0.2.0...v0.3.0