From a5f66fa1192484b36fac73e4c7d655be4397b287 Mon Sep 17 00:00:00 2001 From: Yozhgoor Date: Sun, 9 May 2021 15:23:55 +0200 Subject: [PATCH] (cargo-release) version 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0899512..21eb967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "cargo-temp" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2a9aca1..ce304ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-temp" -version = "0.1.1" +version = "0.1.2" edition = "2018" 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"