From 0d3a598387d4064d268b9766ff43a50d565aa67b Mon Sep 17 00:00:00 2001 From: "Hatter Jiang@Pixelbook" Date: Mon, 5 Aug 2019 00:01:06 +0800 Subject: [PATCH] change version 0.1.1 -> 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 315de56..ff9ef08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "finding" -version = "0.1.1" +version = "0.1.2" dependencies = [ "argparse 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rust_util 0.1.0 (git+https://github.com/jht5945/rust_util)", diff --git a/Cargo.toml b/Cargo.toml index b9dd0a9..f22c277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "finding" -version = "0.1.1" +version = "0.1.2" authors = ["Hatter Jiang "] edition = "2018"