From d47a850df262d87f69595e0edc468f29b101675e Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Wed, 4 Apr 2018 13:28:17 -0500 Subject: [PATCH] (cargo-release) version 3.1.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cc4579..8d3e24a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "project_init" -version = "3.1.9" +version = "3.1.10" dependencies = [ "case 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 19898df..f996c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "project_init" -version = "3.1.9" +version = "3.1.10" authors = ["Vanessa McHale "] description = "Quickly initialize projects from a template." license-file = "LICENSE"