diff --git a/Cargo.lock b/Cargo.lock index d3a256f..9028f3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "cargo-temp" -version = "0.2.5" +version = "0.2.6" dependencies = [ "CreateProcessW", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 19f3b54..f4f308c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-temp" -version = "0.2.5" +version = "0.2.6" 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"