45 releases

0.5.8 Oct 14, 2024
0.5.6 Aug 27, 2024
0.5.4 May 24, 2024
0.4.1 Mar 20, 2024
0.2.0 Nov 25, 2021

#1 in #solc

Download history 30368/week @ 2024-07-25 34219/week @ 2024-08-01 38953/week @ 2024-08-08 37423/week @ 2024-08-15 33329/week @ 2024-08-22 35677/week @ 2024-08-29 37687/week @ 2024-09-05 36966/week @ 2024-09-12 33053/week @ 2024-09-19 33652/week @ 2024-09-26 39302/week @ 2024-10-03 37857/week @ 2024-10-10 37910/week @ 2024-10-17 33827/week @ 2024-10-24 30178/week @ 2024-10-31 30665/week @ 2024-11-07

139,027 downloads per month
Used in 40 crates (6 directly)

MIT/Apache

58KB
1K SLoC

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

~7–21MB
~310K SLoC