From b902ec05ccbc0882c421aabd9e05962de861bb30 Mon Sep 17 00:00:00 2001 From: yozhgoor Date: Mon, 30 Jan 2023 23:27:28 +0100 Subject: [PATCH] chore: Release cargo-temp version 0.2.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05004e1..7412261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "cargo-temp" -version = "0.2.14" +version = "0.2.15" dependencies = [ "CreateProcessW", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1025763..7a5cb73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-temp" -version = "0.2.14" +version = "0.2.15" edition = "2021" license = "MIT OR Apache-2.0" description = "A CLI tool that allow you to create a temporary new rust project using cargo with already installed dependencies"