From 6dd454b02defce45da7d15ddb17d7e792978d62c Mon Sep 17 00:00:00 2001 From: hatoo Date: Wed, 24 Jan 2018 11:36:04 +0900 Subject: [PATCH] New version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 853074d..9d41ce5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cargo-snippet" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 2.29.2 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9a5413f..6eb1bc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-snippet" -version = "0.1.0" +version = "0.1.1" authors = ["hatoo "] repository = "https://github.com/hatoo/cargo-snippet.git" keywords = ["subcommand", "cargo-subcommand", "cargo", "snippet", "competitive"]