From d64edf4798c420587b63c94bed3a1ff9f4bd47a6 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Thu, 21 Sep 2017 15:39:03 -0500 Subject: [PATCH] (cargo-release) version 2.8.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb1fa84..06dcbfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "project_init" -version = "2.8.5" +version = "2.8.6" 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 1480a79..50f8b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "project_init" -version = "2.8.5" +version = "2.8.6" authors = ["Vanessa McHale "] description = "Initialize projects from a template. Fast." license-file = "LICENSE"