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"