From 5d252b0b431f3cb6407189f0026055fc3820d283 Mon Sep 17 00:00:00 2001 From: Yozhgoor Date: Tue, 4 May 2021 15:18:52 +0200 Subject: [PATCH] (cargo-release) version 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57b0509..0899512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "cargo-temp" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 23880a8..2a9aca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-temp" -version = "0.1.0" +version = "0.1.1" 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"