diff --git a/Cargo.lock b/Cargo.lock index cd125f33..f03ea259 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "cargo-binstall" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a07a0f83..b081f017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "cargo-binstall" description = "Rust binary package installer for CI integration" repository = "https://github.com/ryankurte/cargo-binstall" documentation = "https://docs.rs/cargo-binstall" -version = "0.6.1" +version = "0.6.2" authors = ["ryan <ryan@kurte.nz>"] edition = "2018" license = "GPL-3.0"