diff --git a/Cargo.lock b/Cargo.lock index a9e7fca4..c0579762 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,7 +252,7 @@ dependencies = [ [[package]] name = "cargo-binstall" -version = "0.13.3" +version = "0.14.0" dependencies = [ "binstalk", "clap", diff --git a/README.md b/README.md index e22d2219..80442f29 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To support `binstall` maintainers must add configuration values to `Cargo.toml` [![GitHub tag](https://img.shields.io/github/tag/cargo-bins/cargo-binstall.svg)](https://github.com/cargo-bins/cargo-binstall) [![Crates.io](https://img.shields.io/crates/v/cargo-binstall.svg)](https://crates.io/crates/cargo-binstall) -You probably want to **[see this page as it was when the latest version was published](https://github.com/cargo-bins/cargo-binstall/tree/v0.13.1#readme)** for accurate documentation. +You probably want to **[see this page as it was when the latest version was published](https://crates.io/crates/cargo-binstall)** for accurate documentation. ## Installation diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index ad7e2ce1..5e280de6 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -3,7 +3,7 @@ name = "cargo-binstall" description = "Rust binary package installer for CI integration" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/cargo-binstall" -version = "0.13.3" +version = "0.14.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021" diff --git a/crates/bin/windows.manifest b/crates/bin/windows.manifest index d95e7e19..03af75b1 100644 --- a/crates/bin/windows.manifest +++ b/crates/bin/windows.manifest @@ -3,7 +3,7 @@