35 releases

new 0.5.11 Jan 28, 2025
0.5.9 Dec 20, 2024
0.5.8 Oct 14, 2024
0.5.4 May 24, 2024
0.1.5 Jul 25, 2022

#3 in Magic Beans

Download history 5244/week @ 2024-10-09 5166/week @ 2024-10-16 3907/week @ 2024-10-23 2971/week @ 2024-10-30 4107/week @ 2024-11-06 5739/week @ 2024-11-13 6504/week @ 2024-11-20 6912/week @ 2024-11-27 5697/week @ 2024-12-04 7161/week @ 2024-12-11 5913/week @ 2024-12-18 4108/week @ 2024-12-25 5225/week @ 2025-01-01 8972/week @ 2025-01-08 9108/week @ 2025-01-15 6280/week @ 2025-01-22

29,946 downloads per month
Used in 15 crates (3 directly)

MIT/Apache

23KB
252 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.5–3MB
~52K SLoC