From 53e2855fa05db25521cde9cb243726d78c4ff2b1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 18 Mar 2023 04:19:19 -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 59c97fb..f9c34e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1639,7 +1639,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typos" -version = "0.10.10" +version = "0.10.11" dependencies = [ "anyhow", "bstr", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index e0c3e39..d93f20b 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos" -version = "0.10.10" +version = "0.10.11" description = "Source Code Spelling Correction" readme = "../../README.md" categories = ["development-tools", "text-processing"]