From d135e649f794518209e3125c81a2288153698abb Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Wed, 18 Oct 2017 18:01:58 -0500 Subject: [PATCH] (cargo-release) version 2.9.18 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8ec884..057d640 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "project_init" -version = "2.9.17" +version = "2.9.18" dependencies = [ "case 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e98d014..46c2dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "project_init" -version = "2.9.17" +version = "2.9.18" authors = ["Vanessa McHale "] description = "Initialize projects from a template. Fast." license-file = "LICENSE"