34 releases

new 0.5.10 Jan 17, 2025
0.5.9 Dec 20, 2024
0.5.8 Oct 14, 2024
0.5.4 May 24, 2024
0.1.5 Jul 25, 2022

#138 in Magic Beans

Download history 4934/week @ 2024-09-29 4932/week @ 2024-10-06 5576/week @ 2024-10-13 4310/week @ 2024-10-20 3355/week @ 2024-10-27 3741/week @ 2024-11-03 4122/week @ 2024-11-10 7064/week @ 2024-11-17 6784/week @ 2024-11-24 6142/week @ 2024-12-01 6982/week @ 2024-12-08 7222/week @ 2024-12-15 2150/week @ 2024-12-22 5297/week @ 2024-12-29 8283/week @ 2025-01-05 8161/week @ 2025-01-12

24,229 downloads per month
Used in 15 crates (3 directly)

MIT/Apache

23KB
252 lines

Solidity Compiler Version Manager

crates.io docs.rs build status

This crate provides a cross-platform support for managing Solidity compiler versions.

Install

From crates.io:

cargo install svm-rs

Or from the repository:

cargo install --locked --git https://github.com/alloy-rs/svm-rs/

Usage

Solc version manager

Usage: svm <COMMAND>

Commands:
  help     Print this message or the help of the given subcommand(s)
  install  Install Solc versions
  list     List all Solc versions
  remove   Remove a Solc version, or "all" to remove all versions
  use      Set a Solc version as the global default

Options:
  -h, --help     Print help
  -V, --version  Print version

Dependencies

~0.5–3.5MB
~53K SLoC