41 releases

0.5.4 May 24, 2024
0.5.2 Apr 22, 2024
0.4.1 Mar 20, 2024
0.3.3 Nov 9, 2023
0.2.0 Nov 25, 2021

#1335 in Magic Beans

Download history 31536/week @ 2024-03-14 29926/week @ 2024-03-21 28884/week @ 2024-03-28 27201/week @ 2024-04-04 30445/week @ 2024-04-11 30759/week @ 2024-04-18 26939/week @ 2024-04-25 25841/week @ 2024-05-02 23551/week @ 2024-05-09 27410/week @ 2024-05-16 23689/week @ 2024-05-23 25790/week @ 2024-05-30 27478/week @ 2024-06-06 30080/week @ 2024-06-13 30682/week @ 2024-06-20 20714/week @ 2024-06-27

113,616 downloads per month
Used in 37 crates (6 directly)

MIT/Apache

56KB
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

~6–21MB
~347K SLoC