28 releases

0.5.4 May 24, 2024
0.5.2 Apr 22, 2024
0.4.1 Mar 20, 2024
0.2.3 Nov 9, 2023
0.1.5 Jul 25, 2022

#1942 in Magic Beans

Download history 7085/week @ 2024-03-14 4613/week @ 2024-03-21 4939/week @ 2024-03-28 4861/week @ 2024-04-04 4698/week @ 2024-04-11 5514/week @ 2024-04-18 4877/week @ 2024-04-25 4849/week @ 2024-05-02 4768/week @ 2024-05-09 6916/week @ 2024-05-16 5654/week @ 2024-05-23 6597/week @ 2024-05-30 5383/week @ 2024-06-06 5813/week @ 2024-06-13 6444/week @ 2024-06-20 3489/week @ 2024-06-27

22,404 downloads per month
Used in 12 crates (3 directly)

MIT/Apache

16KB
254 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.6–3.5MB
~60K SLoC