volsungr

Crates.iovolsungr
lib.rsvolsungr
version0.2.0
created_at2025-01-27 04:45:29.985563+00
updated_at2025-01-27 04:45:29.985563+00
descriptionA command-line tool that searches for the latest version of a crate that is compatible with a specified version of the Rust toolchain.
homepage
repositoryhttps://github.com/kgilmer/volsungr
max_upload_size
id1531993
size54,814
Ken Gilmer (kgilmer)

documentation

README

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"
Commit count: 4

cargo fmt