From 93c831a3b3def1f213f434cf5702abb323fb1d03 Mon Sep 17 00:00:00 2001 From: yozhgoor Date: Wed, 12 Apr 2023 17:35:15 +0200 Subject: [PATCH] chore: Release cargo-temp version 0.2.16 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce364e9..b66d43b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "cargo-temp" -version = "0.2.15" +version = "0.2.16" dependencies = [ "CreateProcessW", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d65b7a6..44b7141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-temp" -version = "0.2.15" +version = "0.2.16" 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"