1
0
mirror of https://github.com/jht5945/finding.git synced 2025-12-29 06:00:04 +08:00

change version 0.1.1 -> 0.1.2

This commit is contained in:
2019-08-05 00:01:06 +08:00
parent 2ebcf56b30
commit 0d3a598387
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -116,7 +116,7 @@ dependencies = [
[[package]] [[package]]
name = "finding" name = "finding"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"argparse 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "rust_util 0.1.0 (git+https://github.com/jht5945/rust_util)",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "finding" name = "finding"
version = "0.1.1" version = "0.1.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"] authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018" edition = "2018"