From 2304fc67355d685c5473a3cd218dff980f159894 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 30 Jul 2021 12:12:07 -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 0f4fb69..25f9e60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1445,7 +1445,7 @@ checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae" [[package]] name = "typos" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "bstr", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 8f4c441..287683a 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos" -version = "0.7.0" +version = "0.7.1" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"