51 releases

0.5.14 Mar 18, 2025
0.5.11 Jan 28, 2025
0.5.9 Dec 20, 2024
0.5.8 Oct 14, 2024
0.2.0 Nov 25, 2021

#4 in #svm

Download history 42801/week @ 2024-12-10 40225/week @ 2024-12-17 19771/week @ 2024-12-24 25791/week @ 2024-12-31 40390/week @ 2025-01-07 45718/week @ 2025-01-14 42358/week @ 2025-01-21 41282/week @ 2025-01-28 43077/week @ 2025-02-04 47547/week @ 2025-02-11 47013/week @ 2025-02-18 43817/week @ 2025-02-25 46658/week @ 2025-03-04 52884/week @ 2025-03-11 57482/week @ 2025-03-18 46729/week @ 2025-03-25

211,935 downloads per month
Used in 42 crates (6 directly)

MIT/Apache

62KB
1.5K 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–22MB
~337K SLoC