46 releases

new 0.5.9 Dec 20, 2024
0.5.8 Oct 14, 2024
0.5.7 Sep 4, 2024
0.5.4 May 24, 2024
0.2.0 Nov 25, 2021

#2 in #solc

Download history 36524/week @ 2024-08-30 37455/week @ 2024-09-06 35265/week @ 2024-09-13 34619/week @ 2024-09-20 33517/week @ 2024-09-27 40990/week @ 2024-10-04 35983/week @ 2024-10-11 38351/week @ 2024-10-18 34713/week @ 2024-10-25 28417/week @ 2024-11-01 31721/week @ 2024-11-08 36383/week @ 2024-11-15 33099/week @ 2024-11-22 40684/week @ 2024-11-29 41853/week @ 2024-12-06 35606/week @ 2024-12-13

158,504 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–20MB
~306K SLoC