41 releases

new 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

#1281 in Magic Beans

Download history 34044/week @ 2024-02-02 32744/week @ 2024-02-09 27950/week @ 2024-02-16 25985/week @ 2024-02-23 25401/week @ 2024-03-01 26711/week @ 2024-03-08 31916/week @ 2024-03-15 30384/week @ 2024-03-22 28745/week @ 2024-03-29 27172/week @ 2024-04-05 30796/week @ 2024-04-12 30915/week @ 2024-04-19 26146/week @ 2024-04-26 24804/week @ 2024-05-03 24146/week @ 2024-05-10 22994/week @ 2024-05-17

103,769 downloads per month
Used in 34 crates (5 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–20MB
~324K SLoC