From ed8683ab810b566672750053a4ffc4f8869b0895 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 22 Feb 2023 11:26:17 -0600 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 cfcdf2e..9ff130c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1601,7 +1601,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typos" -version = "0.10.7" +version = "0.10.8" dependencies = [ "anyhow", "bstr 1.1.0", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 355b6a3..f0bd71f 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos" -version = "0.10.7" +version = "0.10.8" description = "Source Code Spelling Correction" readme = "../../README.md" categories = ["development-tools", "text-processing"]