diff --git a/Cargo.lock b/Cargo.lock index 649a9a5..883c995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "fastmod" -version = "0.2.3" +version = "0.2.4" dependencies = [ "assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a21b791..83d45cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "fastmod" -version = "0.2.3" -authors = ["Scott Wolchok "] -description = "Fast partial replacement for codemod (find/replace tool for programmers)" +version = "0.2.4" +description = "Fast, partial replacement for codemod (find/replace tool for programmers)" edition = "2018" homepage = "https://github.com/facebookincubator/fastmod" repository = "https://github.com/facebookincubator/fastmod"