diff --git a/Cargo.lock b/Cargo.lock index 624a1d32..e03717bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "cargo-binstall" -version = "0.9.1" +version = "0.9.2" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f05e87b1..f121f595 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.9.1" +version = "0.9.2" rust-version = "1.61.0" authors = ["ryan "] edition = "2021"