#version #latest-version #rustc-version #compatible #toolchain #searches #command-line-tool

bin+lib volsungr

A command-line tool that searches for the latest version of a crate that is compatible with a specified version of the Rust toolchain

1 unstable release

new 0.2.0 Jan 27, 2025

#2238 in Development tools

Download history 76/week @ 2025-01-22

76 downloads per month

Custom license

16KB
86 lines

Volsungr

A command-line tool that searches for the latest version of a crate that is compatible with a specified version of the Rust toolchain.

Status

This tool is functional for it's designed purpose.

Build / Install

Use the Rust tooling to build and install:

git clone https://github.com/kgilmer/volsungr.git
cd volsungr/
cargo install --path .

Usage

usage: volsungr <target rustc version> <package name>

Example; search for the most recent version of toml_datetime that is compatible with version 1.63 of the Rust toolchain.

$ volsungr 1.63.0 toml_datetime
Searching toml_datetime versions compatible with rust 1.63.0...
Latest compatible version of toml_datetime = "0.6.1"

Dependencies

~7–22MB
~333K SLoC