From 52642518ffecae0dfb22d20db712641762fe1086 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 10 Aug 2022 12:27:01 -0700 Subject: [PATCH] v0.4.3 Summary: Bunch of dependency updates, time for a release. Reviewed By: d16r Differential Revision: D38553669 fbshipit-source-id: b5d9b1b1560f65dc2c6b1b1e8d7dbf2ef68d6e2f --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4884a9..00e93e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ dependencies = [ [[package]] name = "fastmod" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 8b77de9..ea2cb2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastmod" -version = "0.4.2" +version = "0.4.3" authors = ["Scott Wolchok "] description = "Fast, partial replacement for codemod (find/replace tool for programmers)" edition = "2018"