Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 06:32
· 4 commits to main since this release

What's Changed

See CHANGELOG.md for detailed changes.

Downloads

  • Linux (x86_64): dev-tools-rs-x86_64-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: https://github.com/chojs23/dev-tools-rs/commits/v0.2.0