From 2dce8669370ced773587b7c4dcf52026db595a94 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 2 Aug 2021 09:55:25 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/typos/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd31d59..98ff68b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,7 +1426,7 @@ checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae" [[package]] name = "typos" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "bstr", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 287683a..322e303 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos" -version = "0.7.1" +version = "0.7.2" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"