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"