8000 GitHub - kgilmer/volsungr: Tool to search for rustc version compatibility from crates.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kgilmer/volsungr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Tool to search for rustc version compatibility from crates.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0