From fd98e1715ece0b1afca84c4191cb9d0b6ff7e4e0 Mon Sep 17 00:00:00 2001 From: Afnan Enayet Date: Thu, 12 May 2022 23:06:45 -0500 Subject: [PATCH] (cargo-release) version 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 494a6cb7..857b396a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "diffsitter" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "build-info", diff --git a/Cargo.toml b/Cargo.toml index 5c7537f3..4ac4c208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "diffsitter" description = "An AST based difftool for meaningful diffs" readme = "README.md" -version = "0.7.0" +version = "0.7.1" authors = ["Afnan Enayet "] edition = "2021" license = "MIT"