From 450e29d9cc049574cb9ad7a17928304af7bccf12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Jul 2022 16:16:27 +1200 Subject: [PATCH] release: v0.11.0 (#234) Co-authored-by: github-actions --- Cargo.lock | 2 +- Cargo.toml | 2 +- windows.manifest | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fab7b3cc..6ed17956 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "cargo-binstall" -version = "0.10.0" +version = "0.11.0" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e5d048cf..de2756f1 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.10.0" +version = "0.11.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021" diff --git a/windows.manifest b/windows.manifest index d72ab3ca..fd159c47 100644 --- a/windows.manifest +++ b/windows.manifest @@ -3,7 +3,7 @@