diff --git a/Cargo.lock b/Cargo.lock index c2f238b..a8b147f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cftool" -version = "0.6.1" +version = "0.6.2" dependencies = [ "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", "cookie_store 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c3b9a02..d20aea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cftool" -version = "0.6.1" +version = "0.6.2" authors = ["Xi Ruoyao "] edition = "2018"