28 releases

new 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

#1930 in Magic Beans

Download history 5506/week @ 2024-02-02 5294/week @ 2024-02-09 5047/week @ 2024-02-16 4468/week @ 2024-02-23 5216/week @ 2024-03-01 5369/week @ 2024-03-08 7388/week @ 2024-03-15 4330/week @ 2024-03-22 5093/week @ 2024-03-29 4896/week @ 2024-04-05 4523/week @ 2024-04-12 5839/week @ 2024-04-19 4770/week @ 2024-04-26 4569/week @ 2024-05-03 5037/week @ 2024-05-10 5951/week @ 2024-05-17

21,345 downloads per month
Used in 11 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
~58K SLoC