Crates.io | yanker |
lib.rs | yanker |
version | 0.1.2 |
source | src |
created_at | 2021-03-06 23:08:05.907236 |
updated_at | 2021-03-07 22:12:36.748045 |
description | A Rust crate to automate crate-yanking |
homepage | |
repository | https://github.com/MoAlyousef/yanker |
max_upload_size | |
id | 364978 |
size | 33,902 |
A Rust crate to automate crate-yanking.
Install via cargo-install:
$ cargo install yanker
Change directories to the crate you want to yank:
$ cd path/to/crate/repo
$ yanker "[0.1.1, 0.2.5]"
Should yank all versions between 0.1.1 (included) to 0.2.5 (excluded).