35 releases

0.5.11 Jan 28, 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

#11 in #solc

Download history 3299/week @ 2024-10-28 3850/week @ 2024-11-04 4066/week @ 2024-11-11 7097/week @ 2024-11-18 6856/week @ 2024-11-25 6045/week @ 2024-12-02 7176/week @ 2024-12-09 7069/week @ 2024-12-16 3118/week @ 2024-12-23 4580/week @ 2024-12-30 8077/week @ 2025-01-06 9083/week @ 2025-01-13 8335/week @ 2025-01-20 8078/week @ 2025-01-27 7553/week @ 2025-02-03 10210/week @ 2025-02-10

34,829 downloads per month
Used in 15 crates (3 directly)

MIT/Apache

23KB
255 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–3MB
~52K SLoC