46 releases
new 0.5.9 | Dec 20, 2024 |
---|---|
0.5.8 | Oct 14, 2024 |
0.5.7 | Sep 4, 2024 |
0.5.4 | May 24, 2024 |
0.2.0 | Nov 25, 2021 |
#2 in #solc
158,504 downloads per month
Used in 40 crates
(6 directly)
58KB
1K
SLoC
Solidity Compiler Version Manager
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
~7–20MB
~306K SLoC