From cfc7f68e4bf53c85dea4be0ba3e1d5c3f29578c7 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 31 Dec 2024 09:40:20 -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 a484ae7..fc49f7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1442,7 +1442,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typos" -version = "0.10.31" +version = "0.10.32" dependencies = [ "bstr", "itertools 0.13.0", diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 07c3ccf..9a256a1 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos" -version = "0.10.31" +version = "0.10.32" description = "Source Code Spelling Correction" readme = "../../README.md" categories = ["development-tools", "text-processing"]